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 e868388 commit a1dbe62Copy full SHA for a1dbe62
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
DATE=$(date +%Y%m%d)
61
COMMIT_SHORT=$(git rev-parse --short HEAD)
62
- echo "TAG=v4.0.0-custom-$DATE-$COMMIT_SHORT" >> $GITHUB_OUTPUT
+ echo "TAG=v4.8.1-custom-$DATE-$COMMIT_SHORT" >> $GITHUB_OUTPUT
63
git tag $TAG
64
git push origin $TAG
65
0 commit comments