Skip to content

Commit 0b72c1a

Browse files
committed
1 parent 5c27dd6 commit 0b72c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
if [ -z $(git tag -l $(ccv)) ]; then
3333
git tag $(ccv)
3434
git push --tags
35-
echo "::set-output name=new::true"
36-
echo "::set-output name=new_tag_version::$(git tag --points-at HEAD)"
35+
echo "new=true" >> $GITHUB_OUTPUT
36+
echo "new_tag_version=$(git tag --points-at HEAD)" >> $GITHUB_OUTPUT
3737
fi
3838
release:
3939
needs: tag

0 commit comments

Comments
 (0)