Skip to content

Commit

Permalink
chore: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Sep 6, 2021
1 parent f7c3a86 commit 352e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm whoami
- name: Publish nightly to NPM
- name: Publish to NPM
if: ${{ steps.check-npm-token.outputs.is-ok }}
run: yarn lerna:publish from-package --no-verify-access --yes
env:
Expand Down

0 comments on commit 352e477

Please sign in to comment.