From 676f6c9358f1f9b3a04f5dd124e5702ca46aa9ea Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 18 Jun 2021 16:04:12 -0700 Subject: [PATCH] fetch the git folder --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fa41853..7a54980 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Bump version id: bump_version uses: packagrio/action-bumpr-go@master