Skip to content

Commit 6f4793c

Browse files
authored
release automation (#1156)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent e69c5b5 commit 6f4793c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- name: Debug gpg key - remove after debugging
20+
env:
21+
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
2022
run: |
2123
echo "$GPG_SIGNING_KEY" | wc -c
2224
echo "$GPG_SIGNING_KEY" | gpg --batch --import-options import-show --import

0 commit comments

Comments
 (0)