Skip to content

Commit

Permalink
fix: deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Oct 2, 2024
1 parent 5a183ee commit 926910b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: Verify
run: npm run lint && npm test
- name: Publish
if: ${{ success() }}
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Verify
run: npm run lint && npm test
- name: Publish
if: ${{ success() }}
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 926910b

Please sign in to comment.