Skip to content

Commit ad93ad4

Browse files
committed
chore: release
1 parent b7169e8 commit ad93ad4

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
@@ -27,8 +27,8 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
tag_name: 'v${{ steps.get_version.outputs.VERSION }}'
31-
release_name: 'OhMyBox v${{ steps.get_version.outputs.VERSION }}'
30+
tag_name: '${{ steps.get_version.outputs.VERSION }}'
31+
release_name: 'OhMyBox ${{ steps.get_version.outputs.VERSION }}'
3232
body: 'See the assets to download this version and install.'
3333

3434
build-tauri:

0 commit comments

Comments
 (0)