From 7a9b7e12040433a0d63b3dd62fa1e1112cea3301 Mon Sep 17 00:00:00 2001 From: bischoffz Date: Mon, 17 Jun 2024 13:46:11 -0400 Subject: [PATCH] update workflow [skip ci] --- .github/workflows/release_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 45e1707..8bf7964 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -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 @@ -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