Skip to content

Commit

Permalink
Fix updateReadme script invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Nov 26, 2024
1 parent a684963 commit a18d32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hooks/pre-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ do
done < <(find samples/ -name pom.xml -print0)
git commit -a -m "Update dependencies in samples"

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

0 comments on commit a18d32c

Please sign in to comment.