From 04f6221867dd9e59ce9d8de2fd05c759590238b5 Mon Sep 17 00:00:00 2001 From: Mirro Mutth Date: Tue, 27 Feb 2024 13:59:32 +0900 Subject: [PATCH] Correct check scripts --- .github/scripts/ensure_prepared.sh | 4 ++-- .github/scripts/release_rollback.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/ensure_prepared.sh b/.github/scripts/ensure_prepared.sh index 1e4df3995..73e5f2586 100755 --- a/.github/scripts/ensure_prepared.sh +++ b/.github/scripts/ensure_prepared.sh @@ -16,7 +16,7 @@ # set -e -TAG=$(grep scm.tag= release.properties | cut -d'=' -f2) +TAG=$(grep scm.tag= r2dbc-mysql/release.properties | cut -d'=' -f2) echo "checkout tag $TAG" git checkout "$TAG" -exit 0 \ No newline at end of file +exit 0 diff --git a/.github/scripts/release_rollback.sh b/.github/scripts/release_rollback.sh index dd505e92c..14582ed9a 100755 --- a/.github/scripts/release_rollback.sh +++ b/.github/scripts/release_rollback.sh @@ -21,4 +21,4 @@ git remote set-url origin git@github.com:asyncer-io/r2dbc-mysql.git git fetch git checkout "$1" ./mvnw -B --file pom.xml release:rollback -git push origin :"$TAG" \ No newline at end of file +git push origin :"$TAG"