diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b6578b..3416526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: '0' - name: Set up Go uses: actions/setup-go@v2 @@ -25,6 +23,11 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: '0' + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: