Skip to content

Commit b40677b

Browse files
authored
Update on-push-tag.yml
1 parent 3eb6241 commit b40677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
tag=${GITHUB_REF/refs\/tags\//}
3737
if [[ $tag == *"-rc"* ]]; then
38-
echo "do_prerelease=1" >> $GItHUB_ENV
38+
echo "do_prerelease=1" >> $GITHUB_ENV
3939
fi
4040
if [[ $tag != *"-rc"* ]]; then
4141
echo "do_changelog=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)