Skip to content

Commit

Permalink
Set builder
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon29 committed Oct 12, 2023
1 parent e639a39 commit f0e70a1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ jobs:
-
name: Checkout
uses: actions/[email protected]
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16

# -
# name: Import GPG key
# id: import_gpg
Expand All @@ -47,9 +40,6 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}

-
name: List keys
run: gpg -K
# -
# name: Run GoReleaser
# uses: goreleaser/[email protected]
Expand Down

0 comments on commit f0e70a1

Please sign in to comment.