Skip to content

Commit

Permalink
ci(action): patch coco commit flow
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Feb 10, 2024
1 parent 9ee56f2 commit d905b6a
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 @@ -39,6 +39,9 @@ jobs:
- name: Auto bump version and commit
run: |
cog bump --auto
git status
git add .
cog commit release "Release ${{ steps.release.outputs.version }}" brick
git push origin "bot/release-${{ steps.release.outputs.version }}"
- name: Create Pull Request
Expand Down

0 comments on commit d905b6a

Please sign in to comment.