diff --git a/.github/workflows/pr_workflow.yml b/.github/workflows/pr_workflow.yml index d33fd77..2820bfd 100644 --- a/.github/workflows/pr_workflow.yml +++ b/.github/workflows/pr_workflow.yml @@ -56,7 +56,7 @@ jobs: run: | VERSION=${{ github.head_ref }} VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc" - echo "::set-output name=version::${VERSION#*rc/}" + echo "version=${VERSION#*rc/}" >> $GITHUB_OUTPUT - uses: tibdex/github-app-token@v1 id: generate-token