diff options
| author | Michael Tews <michael@tews.dev> | 2026-04-10 13:45:58 +0200 |
|---|---|---|
| committer | Michael Tews <michael@tews.dev> | 2026-04-10 13:45:58 +0200 |
| commit | 73ccd3cea878b263607fc3eac526674bd1eba190 (patch) | |
| tree | 8c03d79c4019ffbb90acaa1bb4057c53bc2734f9 | |
| parent | 1f9f6cd2e6c36cabd8ad002fbfd2840015ae8ed0 (diff) | |
ci: update-rclone to use fix so release-please increments patch version when a new rclone version gets released
| -rw-r--r-- | .github/workflows/update-rclone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-rclone.yml b/.github/workflows/update-rclone.yml index 107f734..d9975d3 100644 --- a/.github/workflows/update-rclone.yml +++ b/.github/workflows/update-rclone.yml @@ -45,8 +45,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: branch: update-rclone-${{ steps.latest.outputs.latest }} - commit-message: "chore(deps): update rclone to ${{ steps.latest.outputs.latest }}" - title: "chore(deps): update rclone to ${{ steps.latest.outputs.latest }}" + commit-message: "fix(deps): update rclone to ${{ steps.latest.outputs.latest }}" + title: "fix(deps): update rclone to ${{ steps.latest.outputs.latest }}" body: | Automated dependency update. |
