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 03788f9 commit 2aa9197Copy full SHA for 2aa9197
.github/workflows/bump-and-tag.sh
@@ -12,7 +12,7 @@ NEXT_VERSION=$3
12
13
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
14
15
-echo "Bump version in build.gradle to ${RELEASE_VERSION}"
+echo "Bump version in gradle.properties to ${RELEASE_VERSION}"
16
${SCRIPT_DIR}/bump-version.sh "${RELEASE_VERSION_WITHOUT_SUFFIX}-SNAPSHOT" "${RELEASE_VERSION}"
17
18
echo "Create release tag for ${RELEASE_VERSION}"
0 commit comments