From a586d4690b49f0b00cd541c488310e7ec4083d75 Mon Sep 17 00:00:00 2001 From: MedzikUser <87065584+MedzikUser@users.noreply.github.com> Date: Sat, 31 Jul 2021 23:10:43 +0200 Subject: [PATCH] fix(github workflows): Fix upload files to release --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: