Skip to content

Commit d6292ae

Browse files
committed
chore: update
1 parent bb00eb9 commit d6292ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Create Tag
3333
uses: rickstaa/action-create-tag@v1
3434
with:
35-
tag: v${{ steps.get-version.outputs.version }}
36-
message: "Release v${{ steps.get-version.outputs.version }}"
35+
tag: ${{ steps.get-version.outputs.version }}
36+
message: "Release ${{ steps.get-version.outputs.version }}"
3737
goreleaser:
3838
needs: create-tag
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)