We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954865 commit 04f6221Copy full SHA for 04f6221
.github/scripts/ensure_prepared.sh
@@ -16,7 +16,7 @@
16
#
17
set -e
18
19
-TAG=$(grep scm.tag= release.properties | cut -d'=' -f2)
+TAG=$(grep scm.tag= r2dbc-mysql/release.properties | cut -d'=' -f2)
20
echo "checkout tag $TAG"
21
git checkout "$TAG"
22
-exit 0
+exit 0
.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"
23
./mvnw -B --file pom.xml release:rollback
24
-git push origin :"$TAG"
+git push origin :"$TAG"
0 commit comments