Skip to content

Commit

Permalink
chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Dec 21, 2023
1 parent 5929eb5 commit 9e38ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -29,6 +29,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run package
- run: npm publish ./package
- run: npm publish ./dist
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 9e38ed1

Please sign in to comment.