Skip to content

Commit

Permalink
Fix signing package
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 23, 2024
1 parent e26fe13 commit 2b69e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Import GPG key
run: |
echo -e "$GPG_PRIVATE_KEY" | gpg --batch --yes --import -
gpg --list-secret-keys
gpg --export > ~/.gnupg/pubring.gpg
gpg --export-secret-keys > ~/.gnupg/secring.gpg
env:
Expand All @@ -55,5 +54,6 @@ jobs:
uses: helm/chart-releaser-action@v1
env:
CR_KEY: ${{ secrets.CR_KEY }}
CR_KEYRING: ~/.gnupg/secring.gpg
CR_SIGN: true
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b69e77

Please sign in to comment.