Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Nov 13, 2022
1 parent 2464011 commit 07cbf83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/bump.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm run build

# Publish
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07cbf83

Please sign in to comment.