Skip to content

Commit

Permalink
Fix Goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Nov 18, 2023
1 parent d0cca14 commit 750115e
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,26 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v4
-
name: Unshallow

- name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
-
name: Run VCR smoke tests
run: make smoke-test-play-vcr-acc
-
name: Import GPG key

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
# These secrets will need to be configured for the repository:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser

- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
Expand Down

0 comments on commit 750115e

Please sign in to comment.