Skip to content

Commit

Permalink
Updated goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Mar 14, 2023
1 parent 9689ccc commit d0ab0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Import GPG key
id: import_gpg
uses: paultyng/[email protected]
Expand All @@ -46,7 +46,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0ab0d7

Please sign in to comment.