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.
2 parents f5326df + f1f0d6c commit 8c77d9aCopy full SHA for 8c77d9a
.github/workflows/github-npm-publish.yml
@@ -35,10 +35,6 @@ jobs:
35
run: |
36
npm ci
37
npm publish
38
- env:
39
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
40
- - name: Publish react-wrapper
41
- run: |
42
cd react-library
43
44
env:
.github/workflows/real-npm-publish.yml
@@ -20,10 +20,6 @@ jobs:
20
npm clean-install
21
npm run build
22
npm publish --access public
23
24
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
25
26
27
28
29
0 commit comments