Skip to content

Commit

Permalink
testing adding github workflow for autorelease #6
Browse files Browse the repository at this point in the history
  • Loading branch information
visnkmr committed Jul 18, 2023
1 parent ce0cd90 commit 84a4308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
# - name: install frontend dependencies
# run: yarn install # change this to npm or pnpm depending on which one you use
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 84a4308

Please sign in to comment.