Skip to content

Commit 6de1b2e

Browse files
committed
fix tag name
1 parent 6cb3e42 commit 6de1b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
26-
tag_name: ${{ github.ref }}
27-
release_name: ${{ github.ref }}
26+
tag_name: v0.0.1
27+
release_name: v0.0.1
2828
body: |
2929
TODO: Write release notes
3030
draft: false

0 commit comments

Comments
 (0)