Skip to content

Commit

Permalink
Update: Publish core package
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywithaz committed Sep 18, 2023
1 parent 393e628 commit 10e8b89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
# - name: Linting Check
# run: yarn nx run workspace:packages:lint

- name: Set NPM Auth
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Version
run: npx lerna version --yes --no-private --force-publish --create-release github
env:
Expand Down

0 comments on commit 10e8b89

Please sign in to comment.