Skip to content

Commit

Permalink
fix(goreleaser): fix goreleaser again
Browse files Browse the repository at this point in the history
  • Loading branch information
tlkamp committed Dec 30, 2023
1 parent ce6ab96 commit d1b8e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
name: release
on:
push:
tags: '*'
tags:
- '*'
workflow_dispatch:
jobs:
goreleaser:
Expand All @@ -30,8 +31,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
env:
# These secrets will need to be configured for the repository:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
Expand Down

0 comments on commit d1b8e7e

Please sign in to comment.