Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Dec 4, 2024
1 parent ccefdcd commit 56b99b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
# For tauri v2, we need libwebkit2gtk-4.1. Remember to change this...
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install
Expand All @@ -42,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: __VERSION__
releaseName: Release __VERSION__
releaseName: DemoMan __VERSION__
releaseBody: See the assets to download and install this version.
releaseDraft: true
# Change this to false once we have a stable release
Expand Down

0 comments on commit 56b99b7

Please sign in to comment.