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 a42e03b commit 72333bfCopy full SHA for 72333bf
.github/workflows/bump-asf-reference.yml
@@ -39,7 +39,7 @@ jobs:
39
type: ${{ env.RELEASE_TYPE }}
40
41
- name: Import GPG key for signing
42
- uses: crazy-max/ghaction-import-gpg@v6.2.0
+ uses: crazy-max/ghaction-import-gpg@v6.3.0
43
if: ${{ env.GPG_PRIVATE_KEY != null }}
44
with:
45
gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}
.github/workflows/publish.yml
@@ -156,7 +156,7 @@ jobs:
156
path: out
157
158
159
160
161
162
0 commit comments