Skip to content

Commit

Permalink
ci(actions/release): 🐛 fix invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Sep 10, 2022
1 parent cd38288 commit b35ee89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
version: latest
args: init

name: Import GPG key
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
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 b35ee89

Please sign in to comment.