Skip to content

Commit 2aa9197

Browse files
authored
Github action fix echo'd file name (#1804)
1 parent 03788f9 commit 2aa9197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-and-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ NEXT_VERSION=$3
1212

1313
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
1414

15-
echo "Bump version in build.gradle to ${RELEASE_VERSION}"
15+
echo "Bump version in gradle.properties to ${RELEASE_VERSION}"
1616
${SCRIPT_DIR}/bump-version.sh "${RELEASE_VERSION_WITHOUT_SUFFIX}-SNAPSHOT" "${RELEASE_VERSION}"
1717

1818
echo "Create release tag for ${RELEASE_VERSION}"

0 commit comments

Comments
 (0)