Skip to content

Commit

Permalink
Merge pull request #4 from PeculiarVentures/fix-npm-public
Browse files Browse the repository at this point in the history
Set public access for npm
  • Loading branch information
microshine authored Aug 19, 2024
2 parents c3e4e88 + 6e40878 commit d8c0697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Set public access
shell: bash
run: npm config set access public

- name: Get npm cache directory
id: npm-cache-dir
shell: bash
Expand Down

0 comments on commit d8c0697

Please sign in to comment.