Skip to content

Commit

Permalink
Add step for commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Apr 25, 2024
1 parent 51c045a commit e7440e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
with:
cmd: yq -i '.services.panther_ros.image = "new_tag"' demo/compose.minimal-setup.yaml

- name: Commit changes
run: |
git add .
git commit -m "Update docker image version"
git push origin $RELEASE_BRANCH
- name: Create pull request
run: |
gh pr create \
Expand Down

0 comments on commit e7440e3

Please sign in to comment.