Skip to content

Commit

Permalink
chore(project): update nightly release action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Mar 4, 2020
1 parent 046148e commit ae8f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
yarn lerna publish --canary minor --dist-tag nightly --no-push --no-git-tag-version --yes --force-publish='*'
yarn lerna publish --canary minor --dist-tag nightly --no-push --no-git-tag-version --yes

0 comments on commit ae8f3af

Please sign in to comment.