We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1474283 + 17426aa commit 7a28fc3Copy full SHA for 7a28fc3
1 file changed
.github/workflows/release.yml
@@ -66,6 +66,7 @@ jobs:
66
67
binary-provenance:
68
needs: [goreleaser]
69
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
70
permissions:
71
actions: read # To read the workflow path.
72
id-token: write # To sign the provenance.
@@ -106,6 +107,7 @@ jobs:
106
107
108
image-provenance:
109
110
111
112
actions: read
113
id-token: write
0 commit comments