Skip to content

Commit

Permalink
ci(release): fix app version (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Nov 27, 2024
1 parent 1ef441e commit fe8bb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"clippy",
"confirmationservice",
"covector",
"dtolnay",
"farmfe",
"icns",
"ICPC",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
releaseId: ${{ needs.version-or-publish.outputs.releaseId }}
args: ${{ matrix.args }}
updaterJsonPreferNsis: true
appVersion: ${{ needs.version-or-publish.outputs.version }}
appVersion: 0.1.0-nightly

0 comments on commit fe8bb55

Please sign in to comment.