Skip to content

Commit

Permalink
Force all packages to be versioned for exact (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed May 24, 2022
1 parent 7b9cd7f commit 2d7a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
# git-data is also correct, since it's generated at build time, before `lerna version` run.
run: |
node_modules/.bin/lerna version ${{ steps.version.outputs.version }} \
--force-publish \
--exact \
--yes \
--no-git-tag-version
Expand Down

0 comments on commit 2d7a978

Please sign in to comment.