Skip to content

Commit

Permalink
small github workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatcuk committed May 12, 2021
1 parent be490ad commit 2fbf862
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2.3.4
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 2fbf862

Please sign in to comment.