Skip to content

Commit 82f7487

Browse files
authored
Update Node version and fix naming
1 parent 81a12a7 commit 82f7487

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: setup node
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 12
22+
node-version: '14'
2323
- name: install rust stable
2424
uses: actions-rs/toolchain@v1
2525
with:
@@ -31,16 +31,16 @@ jobs:
3131
sudo apt-get update
3232
sudo apt-get install -y webkit2gtk-4.0
3333
- run: yarn
34-
- name: build finatr for tauri app
34+
- name: build frontend for tauri app
3535
run: yarn build
3636
- run: cargo install tauri-bundler --force
3737
- uses: tauri-apps/tauri-action@v0
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
includeDebug: true
42-
tagName: finatr-v__VERSION__
43-
releaseName: "Release finatr app v__VERSION__"
42+
tagName: todos-app-v__VERSION__
43+
releaseName: "Release todos-app v__VERSION__"
4444
releaseBody: "See the assets to download this version and install."
4545
releaseDraft: true
4646
prerelease: false

0 commit comments

Comments
 (0)