Skip to content

Commit

Permalink
update workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Jun 17, 2024
1 parent ebedd6d commit 7a9b7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
git checkout -b update-util-to-$VERSION
git add pom.xml
git commit -m "Updated util to $VERSION"
git commit -m "Update util to $VERSION"
git push --set-upstream origin update-util-to-$VERSION
- name: Make PR in GCM
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
git checkout -b update-util-to-$VERSION
git add pom.xml
git commit -m "Updated util to $VERSION"
git commit -m "Update util to $VERSION"
git push --set-upstream origin update-util-to-$VERSION
- name: Make PR in Taskit
Expand Down

0 comments on commit 7a9b7e1

Please sign in to comment.