Skip to content

Commit

Permalink
package is public
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Jul 28, 2023
1 parent a959fd8 commit c53eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- run: npm run build
- name: Prepare Release
run: npm run prepare-release ${{ github.ref_name }}
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c53eb7f

Please sign in to comment.