Skip to content

Commit

Permalink
publish as public package
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Jul 9, 2023
1 parent 6402c97 commit 769a20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies and build 🔧
run: npm ci && npm run build
- name: Publish package on NPM 📦
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 769a20c

Please sign in to comment.