Skip to content

Commit

Permalink
update: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 20, 2023
1 parent d35e80c commit 1beab50
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 @@ -27,9 +27,9 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm install
run: npm install --force

- name: install-snap
- name: Install Linux Dependencies
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1beab50

Please sign in to comment.