diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f612265..e8640f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: if [ -z $(git tag -l $(ccv)) ]; then git tag $(ccv) git push --tags - echo "::set-output name=new::true" + echo "new=true" >> $GITHUB_OUTPUT fi release: needs: tag