Skip to content

Commit b8a34e8

Browse files
committed
build: fixed release naming
1 parent 19bc68f commit b8a34e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: softprops/action-gh-release@v2
7676
with:
7777
tag_name: v${{ github.event.inputs.version }}
78-
name: Release v${{ github.event.inputs.version }}
78+
name: v${{ github.event.inputs.version }}
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181

0 commit comments

Comments
 (0)