diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eefe8670b..32481985a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: env: NEW_VERSION: ${{ github.event.inputs.tag }} - name: commit manifests - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 with: message: "create release manifests for ${{ github.event.inputs.tag }}" add: "releases/ VERSION CHANGELOG.md"