Skip to content

Commit

Permalink
Update publish-to-npmjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Dec 14, 2020
1 parent 7ac674c commit ee28768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: |
npm install
npm publish --access=public --tag=${{env.tag}} || true
working-directory: packages/cli/stack/webpack
working-directory: packages/stack/webpack
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_AUTH_TOKEN }}
- name: Install and publish only @leanup/stack
run: |
sleep 60
npm install
npm publish --access=public --tag=${{env.tag}} || true
working-directory: packages/cli/stack/core
working-directory: packages/stack/core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_AUTH_TOKEN }}
- name: Install and publish only @leanup/cli
Expand Down

0 comments on commit ee28768

Please sign in to comment.