Skip to content

Commit 7e5326c

Browse files
committed
chore: update build script
1 parent 8d5cd2f commit 7e5326c

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
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:
32-
tag_name: ${{ env.BRANCH_NAME }}-${{ github.run_number }}
32+
tag_name: v1.${{ github.run_number }}
3333
release_name: v1.${{ github.run_number }}
3434
draft: false
3535
prerelease: false

0 commit comments

Comments
 (0)