Skip to content

Commit

Permalink
Merge pull request #6 from morganstanley/public-release
Browse files Browse the repository at this point in the history
specify public release in npm publish
  • Loading branch information
aidanm3341 authored Nov 23, 2023
2 parents a8cf341 + eb21aa8 commit e8a1053
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 e8a1053

Please sign in to comment.