Skip to content

Commit

Permalink
fix: update build and publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-casey committed Feb 21, 2023
1 parent 05aea58 commit a2f904d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ jobs:
- name: build and publish
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
npm version --no-git-tag-version --yes --exact ${{ steps.timestamp.outputs.stamp }}
npx lerna version --no-git-tag-version --yes --exact ${{ steps.timestamp.outputs.stamp }}
npx lerna exec -- npm publish --access public --tag=unstable 2>&1
npm version patch --force --no-git-tag-version --yes --exact ${{ steps.timestamp.outputs.stamp }}
npm publish --access public --tag=unstable 2>&1

0 comments on commit a2f904d

Please sign in to comment.