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"