diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e57e716..a0a8cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ env.BUILD_ID }} :branch=${{ env.BRANCH }} - name: Commit Changelog [unreleased] with latest version - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@v10.0.0 if: env.SNAPSHOT == 'false' with: author_name: Github Actions @@ -197,7 +197,7 @@ jobs: # Commit it back to development - name: Commit Version Bump - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@v10.0.0 with: author_name: Github Actions author_email: info@ortussolutions.com