Skip to content

Commit 782c047

Browse files
committed
docs: update example
I believe GitHub changed this somewhere, though I don't have a link handy.
1 parent d04a1e7 commit 782c047

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ on:
9595
- "[0-9]+.[0-9]+.x"
9696
- "[0-9]+.x"
9797
98+
permissions:
99+
contents: write
100+
98101
jobs:
99102
release:
100103
uses: semantic-release-action/rust/.github/workflows/release-binary.yml@v5
@@ -237,6 +240,9 @@ on:
237240
- "[0-9]+.[0-9]+.x"
238241
- "[0-9]+.x"
239242
243+
permissions:
244+
contents: write
245+
240246
jobs:
241247
release:
242248
uses: semantic-release-action/rust/.github/workflows/release-library.yml@v5

0 commit comments

Comments
 (0)