Skip to content

Commit

Permalink
Update release related github actions
Browse files Browse the repository at this point in the history
The release process was still not working.  This change updates these
actions to to the latest versions:

ghaction-import-gpg
goreleaser-action

Additionally it removes the version pinning of goreleaser and lets the
action default that instead.
  • Loading branch information
fantapop committed Jun 6, 2024
1 parent 8054658 commit fb6ecde
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -33,16 +33,15 @@ jobs:
cache: true
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.1.0
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.3] - 2024-06-06

## Fixed

- Updated goreleaser-action and ghaction-import-gpg actions.

## [1.7.2] - 2024-06-05

## Fixed
Expand Down

0 comments on commit fb6ecde

Please sign in to comment.