Skip to content

Commit 006ec55

Browse files
authored
Publish public package (#3)
1 parent bbec31b commit 006ec55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
- name: Publish NPM package (regular)
7272
if: ${{ steps.prepare_release.outputs.release_type == 'regular' }}
7373
run: |
74-
npm publish
74+
npm publish --access=public
7575
env:
7676
NODE_AUTH_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}
7777

7878
- name: Publish NPM package (pre-release)
7979
if: ${{ steps.prepare_release.outputs.release_type == 'prerelease' }}
8080
run: |
81-
npm publish --tag next
81+
npm publish --access=public --tag next
8282
env:
8383
NODE_AUTH_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}
8484

0 commit comments

Comments
 (0)