From 587470c158d1d3244f07918b917d840859ef6b07 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Fri, 5 Apr 2024 16:36:44 -0700 Subject: [PATCH] chore(actions): migrate to new GITHUB_OUTPUT syntax skip-checks: true # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Fri Apr 5 16:36:44 2024 -0700 # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: .github/workflows/deploy.yml # --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3551481..a040c9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: ORG_GRADLE_PROJECT_paperPassword: ${{ secrets.DEPLOY_PASS }} - name: Parse tag id: vars - run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} + run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT - name: Create release and changelog uses: MC-Machinations/auto-release-changelog@v1.1.3 with: