Skip to content

Commit 88745e0

Browse files
authored
fix(release): fix release version (#40)
1 parent c9bc23b commit 88745e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.cspell.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"words": [
33
"algohub",
4+
"clippy",
45
"confirmationservice",
56
"covector",
67
"farmfe",
78
"icns",
9+
"jbolda",
10+
"libappindicator",
11+
"librsvg",
12+
"libwebkit",
13+
"msvc",
14+
"Nsis",
15+
"patchelf",
816
"persistedstate",
917
"pinia",
1018
"pnpx",
1119
"primeicons",
1220
"primevue",
1321
"signup",
22+
"Swatinem",
1423
"SWPU",
1524
"tailwindcss",
1625
"tauri",

.github/workflows/covector-version-or-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
commandRan: ${{ steps.covector.outputs.commandRan }}
2323
releaseId: ${{ steps.covector.outputs.releaseId }}
2424
successfulPublish: ${{ steps.covector.outputs.successfulPublish }}
25+
version: ${{ steps.covector.outputs.version-algohub }}
2526

2627
steps:
2728
- uses: actions/checkout@v4
@@ -122,11 +123,13 @@ jobs:
122123
run: pnpm install
123124

124125
- name: Build TailwindCSS
125-
run: pnpx tailwindcss -i ./input.css -o ./src/assets/tailwind.css
126+
run: pnpx tailwindcss -i ./input.css -o ./src/assets/tailwind.css
126127

127128
- uses: tauri-apps/tauri-action@v0
128129
env:
129130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130131
with:
131132
releaseId: ${{ needs.version-or-publish.outputs.releaseId }}
132133
args: ${{ matrix.args }}
134+
updaterJsonPreferNsis: true
135+
appVersion: ${{ needs.version-or-publish.outputs.version }}

0 commit comments

Comments
 (0)