File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 36
36
run : pnpm build
37
37
38
38
- name : Write .npmrc
39
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTOMATION_FROM_CHANCE }} " > .npmrc
39
+ run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN " > .npmrc
40
40
41
41
- name : Update snapshot version
42
42
run : pnpm run bump:next
51
51
- name : Publish snapshot
52
52
run : pnpm run release:next
53
53
env :
54
- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
54
+ NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
Original file line number Diff line number Diff line change 34
34
- name : Build packages
35
35
run : pnpm build
36
36
37
+ - name : Write .npmrc
38
+ run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
39
+
37
40
- name : Create Release Pull Request or Publish to npm
38
41
id : changesets
39
42
uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments