Skip to content

Commit

Permalink
Correct check scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirromutth committed Feb 27, 2024
1 parent 5954865 commit 04f6221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/ensure_prepared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
exit 0
2 changes: 1 addition & 1 deletion .github/scripts/release_rollback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
git push origin :"$TAG"

0 comments on commit 04f6221

Please sign in to comment.