Skip to content

Commit 1948604

Browse files
⬆️ CI/CD: Updated
1 parent 4852f35 commit 1948604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-library-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})"
2424
2525
if [[ -n "$OUTPUT" ]]; then
26-
NEW_TAG="${TAG##*/}-rc-`expr "${OUTPUT:0-1}" + 1`" >> $GITHUB_ENV
26+
NEW_TAG="${TAG##*/}-rc-`expr "${OUTPUT:0-1}" + 1`"
2727
else
28-
NEW_TAG="${TAG##*/}-rc-1" >> $GITHUB_ENV
28+
NEW_TAG="${TAG##*/}-rc-1"
2929
fi
3030
3131
git tag $NEW_TAG

0 commit comments

Comments
 (0)