File tree Expand file tree Collapse file tree 2 files changed +10
-23
lines changed Expand file tree Collapse file tree 2 files changed +10
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Prepare release
1
+ name : Release
2
2
3
3
on :
4
4
workflow_dispatch :
8
8
type : boolean
9
9
default : false
10
10
description : " This release will be labeled as non-production ready"
11
+ github-release :
12
+ required : false
13
+ type : boolean
14
+ default : false
15
+ description : " Publish Github release for the current version"
16
+ # Monitor pull request events
11
17
pull_request :
12
18
types :
13
19
- closed
14
20
branches :
15
21
- main
16
22
17
23
jobs :
18
- candidate :
19
- if : github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged && !startsWith(github.head_ref, 'promote/'))
24
+ release :
20
25
permissions :
21
26
contents : write
22
27
pull-requests : write
29
34
token : ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
30
35
develop-branch : main
31
36
version-files : lib/adyen/version.rb
37
+ release-title : Adyen Ruby API Library
32
38
pre-release : ${{ inputs.pre-release || false }}
39
+ github-release : ${{ inputs.github-release || false }}
33
40
separator : .pre.beta
You can’t perform that action at this time.
0 commit comments