Commit 3831dd0 1 parent d462ad7 commit 3831dd0 Copy full SHA for 3831dd0
File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
3
on :
4
- push :
4
+ pull_request :
5
+ types :
6
+ - closed
5
7
branches :
6
8
- main
7
9
paths :
10
12
- mantle.yml
11
13
- package.json
12
14
workflow_dispatch :
15
+ inputs :
16
+ version :
17
+ type : string
18
+ required : true
19
+ description : Version to release
13
20
14
21
permissions :
15
22
contents : write
84
91
ROBLOSECURITY : ${{ secrets.ROBLOSECURITY }}
85
92
MANTLE_AWS_ACCESS_KEY_ID : ${{ secrets.MANTLE_AWS_ACCESS_KEY_ID }}
86
93
MANTLE_AWS_SECRET_ACCESS_KEY : ${{ secrets.MANTLE_AWS_SECRET_ACCESS_KEY }}
94
+
95
+ release_workflow :
96
+ runs-on : ubuntu-latest
97
+ needs : deploy
98
+ steps :
99
+ - name : GitFlow workflow action - Release workflows
100
+ uses : hoangvvo/gitflow-workflow-action@0.3.7
101
+ with :
102
+ develop_branch : develop
103
+ main_branch : main
104
+ merge_back_from_main : false
105
+ version : ${{ inputs.version }}
106
+ env :
107
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments