Skip to content

Commit 04f6221

Browse files
committed
Correct check scripts
1 parent 5954865 commit 04f6221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/ensure_prepared.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
set -e
1818

19-
TAG=$(grep scm.tag= release.properties | cut -d'=' -f2)
19+
TAG=$(grep scm.tag= r2dbc-mysql/release.properties | cut -d'=' -f2)
2020
echo "checkout tag $TAG"
2121
git checkout "$TAG"
22-
exit 0
22+
exit 0

.github/scripts/release_rollback.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ git remote set-url origin git@github.com:asyncer-io/r2dbc-mysql.git
2121
git fetch
2222
git checkout "$1"
2323
./mvnw -B --file pom.xml release:rollback
24-
git push origin :"$TAG"
24+
git push origin :"$TAG"

0 commit comments

Comments
 (0)