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 3eb6241 commit b40677bCopy full SHA for b40677b
.github/workflows/on-push-tag.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
tag=${GITHUB_REF/refs\/tags\//}
37
if [[ $tag == *"-rc"* ]]; then
38
- echo "do_prerelease=1" >> $GItHUB_ENV
+ echo "do_prerelease=1" >> $GITHUB_ENV
39
fi
40
if [[ $tag != *"-rc"* ]]; then
41
echo "do_changelog=1" >> $GITHUB_ENV
0 commit comments