Skip to content

Commit 2b9e34d

Browse files
committed
Update build.yml
1 parent 1dc1fad commit 2b9e34d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: "14"
25+
node-version: 16
2626
- name: install Rust stable
2727
uses: dtolnay/rust-toolchain@stable
2828
- name: install dependencies (ubuntu only)
@@ -36,8 +36,8 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
with:
39-
tagName: app-v__VERSION__
40-
releaseName: "App v__VERSION__"
39+
tagName: stablestudio-v__VERSION__
40+
releaseName: "StableStudio v__VERSION__"
4141
releaseBody: "See the assets to download this version and install."
4242
releaseDraft: true
4343
prerelease: true

0 commit comments

Comments
 (0)