Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent b40fe59 commit d4ccc25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- run: |
npx lerna version --no-private --no-git-tag-version --no-push -y ${{ github.event.release.tag_name }}
- run: |
git commit -a -m "chore: udpate to version ${{ github.event.release.tag_name }}"
git config --global user.name "ory-bot"
git checkout -b make-release HEAD
git add -A
git commit -a -m "chore: update to version ${{ github.event.release.tag_name }}"
git push
- run: npx lerna publish -y from-package

0 comments on commit d4ccc25

Please sign in to comment.