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 8b9f7a9 commit 7cbb3e0Copy full SHA for 7cbb3e0
.github/workflows/bump-release.yml
@@ -125,6 +125,8 @@ jobs:
125
# (github prevents cascading triggers from happening).
126
name: Create release
127
needs: [ tag-release ]
128
+ permissions:
129
+ contents: write
130
uses: ./.github/workflows/release.yml
131
with:
132
tag: ${{ needs.tag-release.outputs.next-tag}}
.github/workflows/tag-release.yml
@@ -19,6 +19,8 @@ jobs:
19
# The previous tagging action does not trigger the normal release workflow
20
21
22
23
24
25
26
tag: ${{ github.ref_name }}
0 commit comments