Skip to content

Commit 8c77d9a

Browse files
committed
Fix conflicts
2 parents f5326df + f1f0d6c commit 8c77d9a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/github-npm-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
run: |
3636
npm ci
3737
npm publish
38-
env:
39-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
40-
- name: Publish react-wrapper
41-
run: |
4238
cd react-library
4339
npm publish
4440
env:

.github/workflows/real-npm-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
npm clean-install
2121
npm run build
2222
npm publish --access public
23-
env:
24-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
25-
- name: Publish react-wrapper
26-
run: |
2723
cd react-library
2824
npm publish --access public
2925
env:

0 commit comments

Comments
 (0)