There was an error while loading. Please reload this page.
2 parents e832233 + 122e69a commit 51944e5Copy full SHA for 51944e5
1 file changed
.github/workflows/main.yml
@@ -31,12 +31,12 @@ jobs:
31
run: yarn
32
33
- name: Configure npm authentication
34
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.EMBEDDED_SDK_NPM_TOKEN }}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
35
- name: Debug - Check npm token
36
run: cat ~/.npmrc
37
38
- name: yarn publish
39
env:
40
- NODE_AUTH_TOKEN: ${{ secrets.EMBEDDED_SDK_NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
run: npm publish --access public
42
0 commit comments