We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501fceb commit 4c33e17Copy full SHA for 4c33e17
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
contents: write
25
steps:
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27
+ - name: Import GPG key
28
+ run: echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
29
- name: Create release tag
30
uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72
31
with:
0 commit comments