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 4fe1d9d commit c1f60a0Copy full SHA for c1f60a0
.github/workflows/release.yml
@@ -7,7 +7,7 @@ permissions:
7
# allow pushing commits, creating tags, and modifying repo files
8
# needed for the workflow to update package.json versions and CHANGELOG files
9
contents: write
10
- pull-request: write
+ pull-requests: write
11
12
jobs:
13
release:
0 commit comments