We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6277298 commit c7b25ccCopy full SHA for c7b25cc
.github/workflows/deploy-beta.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Publish npm Package
42
run: |
43
npm version $RELEASE_VERSION --no-git-tag-version
44
- npm publish --access-public --tag beta
+ npm publish --access public --tag beta
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
.github/workflows/deploy.yml
@@ -30,6 +30,6 @@ jobs:
30
31
32
33
- npm publish --access-public
+ npm publish --access public
34
35
0 commit comments