Skip to content

Commit

Permalink
ci: improve publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent 63fe136 commit 22538dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
node-version: "16"
- run: npm run initialize
- run: npm run build:clean
- run: git checkout -b release-package
- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN_AENEASR }}" > ~/.npmrc
- run: |
npx lerna version --no-private --no-git-tag-version --no-push -y ${{ github.event.release.tag_name }}
- run: npx lerna publish from-package -y
- run: npx lerna publish from-package -y

0 comments on commit 22538dd

Please sign in to comment.