Skip to content

Commit

Permalink
CI: fixing lerna publish (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Sep 18, 2023
1 parent f825684 commit 2a6c833
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
run: yarn lint

- name: Create release
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
yarn release
run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2a6c833

Please sign in to comment.