We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c27dd6 commit 0b72c1aCopy full SHA for 0b72c1a
.github/workflows/release.yaml
@@ -32,8 +32,8 @@ jobs:
32
if [ -z $(git tag -l $(ccv)) ]; then
33
git tag $(ccv)
34
git push --tags
35
- echo "::set-output name=new::true"
36
- echo "::set-output name=new_tag_version::$(git tag --points-at HEAD)"
+ echo "new=true" >> $GITHUB_OUTPUT
+ echo "new_tag_version=$(git tag --points-at HEAD)" >> $GITHUB_OUTPUT
37
fi
38
release:
39
needs: tag
0 commit comments