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 b9c5d79 commit 28ae03bCopy full SHA for 28ae03b
.github/workflows/tagger.yml
@@ -19,7 +19,7 @@ jobs:
19
MAX_BRANCH_LENGTH=40
20
FIXED_BRANCH=$(echo ${GITHUB_REF:11:${MAX_BRANCH_LENGTH}} | sed 's/[^[:alnum:]]/-/g')
21
NEW_TAG=$(echo "$VERSION_VALUE-${FIXED_BRANCH}.$(date +%Y%m%d-%H%M%S)")
22
- echo "$NEW_TAG" >> $GITHUB_ENV
+ echo "NEW_TAG=$NEW_TAG" >> $GITHUB_ENV
23
24
- name: Push tag
25
run: |
0 commit comments