Skip to content

Commit

Permalink
publish pre-releases tags as next (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi authored Apr 7, 2021
1 parent 5c75d98 commit f72d100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
lerna run jest --parallel
lerna run docs --parallel
cp .ci.npmrc .npmrc
lerna publish from-package --yes
lerna publish from-package --pre-dist-tag next --yes
env:
CI: 'true'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f72d100

Please sign in to comment.