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 393e628 commit 10e8b89Copy full SHA for 10e8b89
.github/workflows/release.yml
@@ -45,6 +45,11 @@ jobs:
45
# - name: Linting Check
46
# run: yarn nx run workspace:packages:lint
47
48
+ - name: Set NPM Auth
49
+ run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
50
+ env:
51
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
+
53
- name: Version
54
run: npx lerna version --yes --no-private --force-publish --create-release github
55
env:
0 commit comments