Skip to content

Commit a1dbe62

Browse files
authored
update
1 parent e868388 commit a1dbe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
DATE=$(date +%Y%m%d)
6161
COMMIT_SHORT=$(git rev-parse --short HEAD)
62-
echo "TAG=v4.0.0-custom-$DATE-$COMMIT_SHORT" >> $GITHUB_OUTPUT
62+
echo "TAG=v4.8.1-custom-$DATE-$COMMIT_SHORT" >> $GITHUB_OUTPUT
6363
git tag $TAG
6464
git push origin $TAG
6565

0 commit comments

Comments
 (0)