We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e199d0 commit c012d3cCopy full SHA for c012d3c
1 file changed
.github/workflows/release.yaml
@@ -18,6 +18,9 @@ jobs:
18
19
release:
20
uses: semantic-release-action/rust/.github/workflows/release-binary.yml@v5
21
+ permissions:
22
+ contents: write
23
+ packages: write
24
with:
25
toolchain: stable
26
targets: |
0 commit comments