Create .npmrc
This commit is contained in:
parent
47ac7875ac
commit
f454b25c91
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release-next.yml
vendored
7
.github/workflows/release-next.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
run: yarn changeset version --snapshot compiler
|
||||
- # 2. discard examples/docs/www changes (just in case)
|
||||
run: git checkout -- examples/ docs/ www/
|
||||
- # 3: publish!
|
||||
- # 3: auth
|
||||
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' > ${{ github.workspace }}/.npmrc
|
||||
- # 4: publish!
|
||||
run: yarn release --tag next--compiler
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue