Skip to content

Commit fb33576

Browse files
committed
fixed numbering
1 parent 06e5a19 commit fb33576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
draft: false
2222
prerelease: false
23-
name: "0.0.${{ github.run_number }}"
24-
tag: "0.0.${{ github.run_number }}"
23+
name: "Version 0.0.${{ github.run_number }}"
24+
tag: "v0.0.${{ github.run_number }}"
2525
body: "Release 0.0.${{ github.run_number }}"

0 commit comments

Comments
 (0)