diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index add477c..427bbbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,14 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - - - 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 @@ -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/goreleaser-action@v2.5.0