Skip to content

Commit c7b25cc

Browse files
committed
Typo in access flag
1 parent 6277298 commit c7b25cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Publish npm Package
4242
run: |
4343
npm version $RELEASE_VERSION --no-git-tag-version
44-
npm publish --access-public --tag beta
44+
npm publish --access public --tag beta
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Publish npm Package
3131
run: |
3232
npm version $RELEASE_VERSION --no-git-tag-version
33-
npm publish --access-public
33+
npm publish --access public
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)