Skip to content

Commit 10e8b89

Browse files
committed
Update: Publish core package
1 parent 393e628 commit 10e8b89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
# - name: Linting Check
4646
# run: yarn nx run workspace:packages:lint
4747

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+
4853
- name: Version
4954
run: npx lerna version --yes --no-private --force-publish --create-release github
5055
env:

0 commit comments

Comments
 (0)