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 4481bbb commit c11d4a2Copy full SHA for c11d4a2
1 file changed
.github/workflows/release-version.yaml
@@ -18,6 +18,8 @@ jobs:
18
permissions:
19
# IMPORTANT: this permission is mandatory for Trusted Publishing
20
id-token: write
21
+ contents: write # Required to push commits and tags to the repository
22
+
23
steps:
24
- id: checkout
25
name: Checkout repo
0 commit comments