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 520e1be commit 17a3fcaCopy full SHA for 17a3fca
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
token: ${{ secrets.OSS_GITHUB_TOKEN }}
35
36
- name: Import GPG key
37
- uses: crazy-max/ghaction-import-gpg@v3
+ uses: crazy-max/ghaction-import-gpg@v4
38
with:
39
git-user-signingkey: true
40
git-commit-gpgsign: true
@@ -74,7 +74,7 @@ jobs:
74
75
76
id: import_gpg
77
78
if: needs.context.outputs.shouldPublish == 'true'
79
80
0 commit comments