Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Schäfer authored and anx-mschaefer committed Mar 15, 2024
1 parent eee9580 commit 110c34a
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -25,6 +25,6 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git-tag-gpgsign: true
git_tag_gpgsign: true
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Some examples, more below in the actual changelog (newer entries are more likely
-->

## [0.6.4] - 2024-03-15

### Fixed
* fix renamed inputs for crazy-max/ghaction-import-gpg action in release workflow

## [0.6.3] - 2024-03-15

### Changed
Expand Down

0 comments on commit 110c34a

Please sign in to comment.