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.
2 parents a7ded8e + 4a29476 commit 4123dd0Copy full SHA for 4123dd0
.github/workflows/release.yml
@@ -49,6 +49,9 @@ jobs:
49
uses: crazy-max/ghaction-import-gpg@v6
50
with:
51
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
52
+ - uses: webfactory/[email protected]
53
+ with:
54
+ ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
55
56
- name: Release snapshot
57
run: |
@@ -100,6 +103,9 @@ jobs:
100
103
101
104
102
105
106
107
108
109
110
- name: Release tag
111
0 commit comments