Skip to content

Commit

Permalink
Update on-push-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed Jul 6, 2023
1 parent 3eb6241 commit b40677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
tag=${GITHUB_REF/refs\/tags\//}
if [[ $tag == *"-rc"* ]]; then
echo "do_prerelease=1" >> $GItHUB_ENV
echo "do_prerelease=1" >> $GITHUB_ENV
fi
if [[ $tag != *"-rc"* ]]; then
echo "do_changelog=1" >> $GITHUB_ENV
Expand Down

0 comments on commit b40677b

Please sign in to comment.