Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed May 5, 2023
1 parent 24afb84 commit 96ad3fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- run: yarn run test
- name: semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: 'echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc'
- run: lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo

0 comments on commit 96ad3fa

Please sign in to comment.