From 97268bb79108b70f3ef357254fa734fca0b73261 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 19 Jan 2020 07:01:48 +0000 Subject: [PATCH] Add v prefix --- .github/workflows/autobump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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