Skip to content

Commit

Permalink
ci: publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent 4549871 commit 63fe136
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
- run: npm run build:clean
- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN_AENEASR }}" > ~/.npmrc
- run: npx lerna publish from-git -y
- 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

0 comments on commit 63fe136

Please sign in to comment.