Skip to content

Commit

Permalink
chore(project): update release action (#5629)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored and Alessandra Davila committed Mar 18, 2020
1 parent e98ddc3 commit 27b677a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ 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
yarn lerna publish
--canary minor
--force-publish
--exact
--dist-tag nightly
--preid alpha
--no-push
--no-git-tag-version
--yes

0 comments on commit 27b677a

Please sign in to comment.