Skip to content

Commit a18d32c

Browse files
committed
Fix updateReadme script invocation
1 parent a684963 commit a18d32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hooks/pre-prepare-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ do
44
done < <(find samples/ -name pom.xml -print0)
55
git commit -a -m "Update dependencies in samples"
66

7-
jbang .github/updateReadme.java "${CURRENT_VERSION}" "${NEXT_VERSION}"
8-
git commit -a -m "Update README"
7+
jbang .github/updateReadme.java "${CURRENT_VERSION}"
8+
git commit -a -m "Update README to ${CURRENT_VERSION}"

0 commit comments

Comments
 (0)