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 cac051a commit 15f8283Copy full SHA for 15f8283
.github/workflows/tag.yaml
@@ -24,7 +24,7 @@ jobs:
24
new-tag: ${{ steps.ccv.outputs.new-tag }}
25
new-tag-version: ${{steps.ccv.outputs.new-tag-version}}
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
with:
29
# Need enough history to find the prior release tag
30
fetch-depth: 0
@@ -39,3 +39,5 @@ jobs:
39
if: needs.tag.outputs.new-tag == 'true' && needs.tag.outputs.new-tag-version-type != 'major'
40
permissions:
41
contents: write # allow create release
42
+ attestations: write
43
+ id-token: write
0 commit comments