Skip to content

Commit

Permalink
Hotfix/snap publish failed (#1286)
Browse files Browse the repository at this point in the history
* fixing dbus not present and moving from yarn to npm

* removing package-lock.json from .gitignore file

* forcing the use of public npmrc

* reverting the node versionn increase as the github action is not working'
  • Loading branch information
IsmaelMartinez authored Jun 6, 2024
1 parent 3637fbc commit feabb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Release
if: contains(github.ref, 'develop')
run: npm run dist:linux:snap --publish always
run: npm run dist:linux:snap -- --publish always

snap-armv7l:
runs-on: ubuntu-latest
Expand All @@ -56,4 +56,4 @@ jobs:

- name: Release
if: contains(github.ref, 'develop')
run: npm run dist:linux:snap:armv7l --publish always
run: npm run dist:linux:snap:armv7l -- --publish always

0 comments on commit feabb51

Please sign in to comment.