Skip to content

Commit

Permalink
Revert temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed May 10, 2022
1 parent 3e6ce7b commit 0e73a8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- master
- dapplion/fix-next-release-version

jobs:
npm:
Expand Down Expand Up @@ -50,8 +49,10 @@ jobs:
echo PACKAGE_VERSION $PACKAGE_VERSION GITHUB_SHA $GITHUB_SHA VERSION $VERSION
- name: Change and commit version
# Write version before publishing so it's picked up by `lerna publish from-package`
# It must also be committed to ensure a clean git tree, otherwise `lerna publish` errors
# Write version before publishing so it's picked up by `lerna publish from-package`.
# It must also be committed to ensure a clean git tree, otherwise `lerna publish` errors.
# This "temp" commit doesn't change the actually release commit which is captured above.
# 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 }} \
--yes \
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/utils"],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.36.0",
Expand Down

0 comments on commit 0e73a8c

Please sign in to comment.