File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- name : CodeQL Patch Release
1
+ name : CodeQL Update Release
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
inputs :
6
6
mode :
7
- description : " Auto-release mode "
7
+ description : " Please select the bump version "
8
8
required : true
9
9
type : choice
10
10
default : " patch"
14
14
- major
15
15
16
16
jobs :
17
- patch -release :
17
+ update -release :
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
@@ -29,20 +29,19 @@ jobs:
29
29
application_private_key : ${{ secrets.SECLABS_APP_KEY }}
30
30
31
31
- name : " Patch Release Me"
32
- run : |
33
- cargo install patch-release-me
34
-
35
- patch-release-me bump -m " ${{ inputs.mode }}"
32
+ uses : 42ByteLabs/[email protected]
33
+ with :
34
+ # Bump (patch)
35
+ mode : ${{ inputs.mode }}
36
36
37
37
- name : Create Pull Request
38
38
uses : peter-evans/create-pull-request@v6
39
39
with :
40
40
token : ${{ steps.get_workflow_token.outputs.token }}
41
41
title : " Chore: Auto Update new Release"
42
- commit-message : " [chore]: Auto Patch new Release"
42
+ commit-message : " [chore]: Auto Patch new Release"
43
43
body : |
44
44
This is automatically created as a chore to patch and update the release.
45
45
branch : " auto-patch-release"
46
46
labels : " version"
47
47
delete-branch : true
48
-
You can’t perform that action at this time.
0 commit comments