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 4852f35 commit 1948604Copy full SHA for 1948604
.github/workflows/python-library-rc.yml
@@ -23,9 +23,9 @@ jobs:
23
OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})"
24
25
if [[ -n "$OUTPUT" ]]; then
26
- NEW_TAG="${TAG##*/}-rc-`expr "${OUTPUT:0-1}" + 1`" >> $GITHUB_ENV
+ NEW_TAG="${TAG##*/}-rc-`expr "${OUTPUT:0-1}" + 1`"
27
else
28
- NEW_TAG="${TAG##*/}-rc-1" >> $GITHUB_ENV
+ NEW_TAG="${TAG##*/}-rc-1"
29
fi
30
31
git tag $NEW_TAG
0 commit comments