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: