diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7651049..81691c8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: path: ./pesde.toml - name: Commit and Push - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: ${{ github.ref_name != steps.version-bump.outputs.old_version }} with: message: "chore: release v${{ github.ref_name }}"