From d906c0d3b493ddae53012de1ad9722b6e1c8fcde Mon Sep 17 00:00:00 2001 From: Medzik Date: Fri, 15 Oct 2021 17:00:54 +0000 Subject: [PATCH] update workflows --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff6022..179a363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - name: Checkout v1 + - name: Repo clone (go mod tidy / gofmt) if: github.event_name != 'pull_request' uses: actions/checkout@v2 with: @@ -61,10 +61,10 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout v2 + - name: Repo clone (build) uses: actions/checkout@v2 with: - fetch-depth: '0' + fetch-depth: 0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2