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 90d88d7 commit 5af966eCopy full SHA for 5af966e
.github/workflows/release-candidate.yml
@@ -10,6 +10,10 @@ on:
10
description: 'Release Version Number (Eg, v1.0.0-rc1)'
11
required: true
12
13
+# Workflow permissions block
14
+permissions:
15
+ contents: write # This grants write access to repository content, including pushing commits/tags and creating releases.
16
+
17
jobs:
18
tag-commit:
19
name: Tag commit
.github/workflows/release.yml
description: 'Release Version Number (Eg, v1.0.0)'
0 commit comments