Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Nov 6, 2024
1 parent c813fd6 commit dd547b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: cd packages/svader
- name: Install Dependencies
run: npm ci
- name: Package
run: npm run package
- name: Publish
working-directory: ./packages/svader
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit dd547b1

Please sign in to comment.