We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa2b48 commit 3112aafCopy full SHA for 3112aaf
.github/workflows/release.yml
@@ -93,7 +93,8 @@ jobs:
93
- name: Build and Publish
94
# if: steps.tag_check.outputs.exists_tag == 'false'
95
run: |
96
- npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
97
- npm whoami
+ echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
98
npm i --no-save
99
lerna publish ${{ env.CURRENT_VERSION }} --force-publish --no-git-tag-version --yes
+ env:
100
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments