There was an error while loading. Please reload this page.
1 parent 4884b90 commit 8968564Copy full SHA for 8968564
1 file changed
.github/workflows/release-unstable.yml
@@ -29,9 +29,13 @@ jobs:
29
- name: Setup node and build the repository
30
uses: ./amplify-js/.github/actions/node-and-build
31
32
+ - name: Configure npm authentication
33
+ run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
34
+ env:
35
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
+
37
- name: Publish to @unstable
38
working-directory: ./amplify-js
39
run: yarn publish:unstable
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments