Skip to content

Commit 6110b18

Browse files
committed
Update release.yml
1 parent 0bdff4e commit 6110b18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- uses: pnpm/action-setup@v4
3030
with:
3131
version: 8
32-
run_install: false
33-
standalone: true
34-
dest: ~/setup-pnpm
3532

3633
- name: install Rust stable
3734
uses: dtolnay/rust-toolchain@stable
@@ -51,7 +48,7 @@ jobs:
5148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5249
with:
5350
tagName: app-v__VERSION__
54-
releaseName: "App v__VERSION__"
51+
releaseName: "WaspLauncher v__VERSION__"
5552
releaseBody: "See the assets to download this version and install."
5653
releaseDraft: true
5754
prerelease: false

0 commit comments

Comments
 (0)