Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLaterza committed Oct 19, 2023
1 parent 7dea06d commit 9ced32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tauriScript: npm run tauri build
tauriScript: npm run
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"export": "next export",
"start": "next start",
"tauri": "tauri",
"lint": "next lint"
"lint": "next lint",
"tauri:build": "tauri build"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
Expand Down

0 comments on commit 9ced32c

Please sign in to comment.