Skip to content

Commit

Permalink
release automation (#1156)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zeitlinger <[email protected]>
  • Loading branch information
zeitlinger authored Oct 16, 2024
1 parent e69c5b5 commit 6f4793c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- name: Debug gpg key - remove after debugging
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
run: |
echo "$GPG_SIGNING_KEY" | wc -c
echo "$GPG_SIGNING_KEY" | gpg --batch --import-options import-show --import
Expand Down

0 comments on commit 6f4793c

Please sign in to comment.