Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 authored Apr 3, 2024
1 parent 5a42809 commit f978d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
always-auth: true
- run: yarn install
- name: Publish package on NPM 📦
run: yarn publish
run: yarn publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit f978d01

Please sign in to comment.