diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 4b99664..cadba8e 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -25,7 +25,7 @@ jobs: title: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}" commit-message: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}" body: | - Update reviewdog to [${{ steps.autobump.outputs.latest }}](https://github.com/reviewdog/reviewdog/releases/tag/${{ steps.autobump.outputs.latest }}) + Update reviewdog to [${{ steps.autobump.outputs.latest }}](https://github.com/reviewdog/reviewdog/releases/tag/v${{ steps.autobump.outputs.latest }}) This PR is auto generated by [autobump workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Aautobump). branch: autobump/reviewdog