Skip to content

Commit

Permalink
Fix publish step in github workflow (I hope the last one)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexfader committed Aug 30, 2024
1 parent a3622f5 commit 6082a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
secrets: inherit
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,6 +25,5 @@ jobs:
- run: pnpm test
- run: pnpm build
- run: npm publish --access public
secrets: inherit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6082a6e

Please sign in to comment.