Skip to content

Commit

Permalink
Specify lerna exact version for release-nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed May 24, 2022
1 parent ef9528a commit f6ba50d
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 }} \
--exact \
--yes \
--no-git-tag-version
Expand Down

0 comments on commit f6ba50d

Please sign in to comment.