Skip to content

Commit

Permalink
chore:CI: Bump patch version on release (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Feb 4, 2022
1 parent 3c7d0da commit 3042ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npx lerna bootstrap
- run: npx lerna run build
- run: npx lerna version patch --no-git-tag-version --no-push --yes
- run: npx lerna version "$(node -e "console.log(require('./lerna.json').version)")-pre.${{ github.run_number }}" --no-git-tag-version --yes
- run: git config user.email "info@openmrs.org" && git config user.name "OpenMRS CI"
- run: git add . && git commit -m "Prerelease version" --no-verify
Expand Down

0 comments on commit 3042ed5

Please sign in to comment.