Skip to content

Commit bc514ee

Browse files
chore: modified snapshot action
1 parent 51e4bfb commit bc514ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
continue-on-error: false
2424
env:
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2627
run: |
2728
npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
29+
yarn run changeset:prepublish
2830
node .github/scripts/publish-initial-versions.js
2931
3032
- name: Publish Snapshots

0 commit comments

Comments
 (0)