Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 10, 2022
1 parent dbe5c02 commit e33dc81
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
with:
node-version: 16.14.0
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn bootstrap
- run: yarn build
- run: lerna publish --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
GH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
- run: |
yarn
yarn bootstrap
yarn build
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
lerna publish from-git --no-verify-access --yes

0 comments on commit e33dc81

Please sign in to comment.