Skip to content

Commit

Permalink
fix: fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 21, 2023
1 parent dc13d84 commit dac7660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseName: 'Template App GUI v__VERSION__' # Need change
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
prerelease: false
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [""]
version = "0.1.0"
license = ""
description = ""
repository = ""
repository = "https://github.com/SARDONYX-sard/tauri-nextjs-template" # Without it, the CLI CI build will error

[workspace]
members = ["app_core", "app_cli", "src-tauri"]
Expand Down

0 comments on commit dac7660

Please sign in to comment.