Commit 8c4cc6d 1 parent 12b77cf commit 8c4cc6d Copy full SHA for 8c4cc6d
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
inputs :
7
7
release_candidate :
8
- description : Branch name of the release candidate.
8
+ description : Branch name of the release candidate. WARNING This branch will be deleted!
9
9
required : true
10
10
version :
11
11
description : New version (used for tag and package versioning).
@@ -104,6 +104,11 @@ jobs:
104
104
--title ${{ github.event.inputs.release_name }} \
105
105
--generate-notes
106
106
107
+ - name : Grant permissions
108
+ if : ${{ env.DEVEL_BRANCH != env.MAIN_BRANCH && fromJSON(inputs.automatic_mode) == true }}
109
+ run : |
110
+ sudo chmod -R ugo+rwX .
111
+
107
112
- name : Checkout to devel branch
108
113
if : ${{ env.DEVEL_BRANCH != env.MAIN_BRANCH && fromJSON(inputs.automatic_mode) == true }}
109
114
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments