Skip to content

Commit

Permalink
chore: use the new syntax for output variables in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Nov 1, 2022
1 parent 835144b commit f405f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f405f41

Please sign in to comment.