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