Skip to content

Commit

Permalink
ci: push changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent df62a70 commit c7f4006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
- run: |
npx lerna version --no-private --no-git-tag-version --no-push -y ${{ github.event.release.tag_name }}
- run: npx lerna publish -y from-package
- run: |
git commit -a -m "chore: udpate to version ${{ github.event.release.tag_name }}"
git push

0 comments on commit c7f4006

Please sign in to comment.