fix(github workflows): Fix upload files to release

This commit is contained in:
MedzikUser 2021-07-31 23:10:43 +02:00 committed by GitHub
parent 689e833dbb
commit a586d4690b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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: