From 2b9e34dcda1776287f745487efddfdbb41170d15 Mon Sep 17 00:00:00 2001 From: kaj <40004347+KAJdev@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:44:40 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e25bc8..9458499 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: 16 - name: install Rust stable uses: dtolnay/rust-toolchain@stable - name: install dependencies (ubuntu only) @@ -36,8 +36,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ - releaseName: "App v__VERSION__" + tagName: stablestudio-v__VERSION__ + releaseName: "StableStudio v__VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true prerelease: true