Skip to content

Commit

Permalink
Fixed publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar committed Feb 8, 2024
1 parent 8ca8e4a commit cb7f0b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Audit Signatures
run: npm audit signatures
- name: Run Test
run: npm run ci:test
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit cb7f0b4

Please sign in to comment.