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 06e5a19 commit fb33576Copy full SHA for fb33576
.github/workflows/publish.yml
@@ -20,6 +20,6 @@ jobs:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
draft: false
22
prerelease: false
23
- name: "0.0.${{ github.run_number }}"
24
- tag: "0.0.${{ github.run_number }}"
+ name: "Version 0.0.${{ github.run_number }}"
+ tag: "v0.0.${{ github.run_number }}"
25
body: "Release 0.0.${{ github.run_number }}"
0 commit comments