diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73cde3d..ff6f98f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: sed -i -E -e 's/karacteristics(:|\/)[0-9]+\.[0-9]+\.[0-9]+/karacteristics\1${{ needs.version.outputs.RELEASE_VERSION }}/g' README.md - name: Commit next dev version id: commit_next_dev - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "['gradle.properties', 'README.md']" default_author: github_actions