Skip to content

Commit

Permalink
ci: fix publish access
Browse files Browse the repository at this point in the history
  • Loading branch information
levchak0910 committed Mar 30, 2024
1 parent b86e35d commit 11208e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
- name: Publish package
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
access: public

0 comments on commit 11208e7

Please sign in to comment.