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 b7169e8 commit ad93ad4Copy full SHA for ad93ad4
.github/workflows/release.yml
@@ -27,8 +27,8 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
- tag_name: 'v${{ steps.get_version.outputs.VERSION }}'
31
- release_name: 'OhMyBox v${{ steps.get_version.outputs.VERSION }}'
+ tag_name: '${{ steps.get_version.outputs.VERSION }}'
+ release_name: 'OhMyBox ${{ steps.get_version.outputs.VERSION }}'
32
body: 'See the assets to download this version and install.'
33
34
build-tauri:
0 commit comments