Skip to content

Commit

Permalink
Fix NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Dec 18, 2024
1 parent 38d74da commit 7f86e0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: npm ci
run: |
sudo apt-get install libsecret-1-dev
npm ci
- name: Publish next version
if: github.event_name == 'push' && steps.version_check.outputs.is_next_version == 'true'
Expand Down

0 comments on commit 7f86e0e

Please sign in to comment.