Skip to content

Commit

Permalink
Update release-republish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon authored Nov 17, 2023
1 parent ebf6127 commit 1a9b7dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_LERNA }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} -q
yarn lerna publish from-package --yes
run: yarn lerna publish from-package --no-verify-access --yes

0 comments on commit 1a9b7dd

Please sign in to comment.