Skip to content

Commit

Permalink
specify public release in npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanm3341 committed Nov 23, 2023
1 parent a8cf341 commit eb21aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- name: Publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
access: public

0 comments on commit eb21aa8

Please sign in to comment.