Skip to content

Commit 8ea6fe9

Browse files
authored
Fix release workflow (#1137)
1 parent 1fdc9c6 commit 8ea6fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
permissions:
88
contents: read
99
packages: write
10-
attestations: write
1110

1211
jobs:
1312
containers:
@@ -63,6 +62,7 @@ jobs:
6362
runs-on: ${{ matrix.os }}
6463
permissions:
6564
contents: write
65+
attestations: write
6666
outputs:
6767
full-version: ${{ steps.bootstrap.outputs.full-version }}
6868
major-version: ${{ steps.bootstrap.outputs.major-version }}

0 commit comments

Comments
 (0)