File tree Expand file tree Collapse file tree 3 files changed +7
-250
lines changed Expand file tree Collapse file tree 3 files changed +7
-250
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,26 @@ jobs:
13
13
continue : ${{ steps.check.outputs.continue }}
14
14
workflow : ${{ steps.check.outputs.workflow }}
15
15
steps :
16
+ - name : Checkout the repository
17
+ uses : actions/checkout@v4
16
18
- name : Context check
17
19
id : check
18
20
uses : trigensoftware/simple-release-action@latest
19
21
with :
20
22
workflow : check
23
+ github-token : ${{ secrets.GITHUB_TOKEN }}
21
24
pull-request :
22
25
runs-on : ubuntu-latest
23
26
name : Pull request
24
27
needs : check
25
28
if : needs.check.outputs.workflow == 'pull-request'
26
29
steps :
30
+ - name : Checkout the repository
31
+ uses : actions/checkout@v4
27
32
- name : Create or update pull request
28
33
uses : trigensoftware/simple-release-action@latest
29
34
with :
35
+ workflow : pull-request
30
36
github-token : ${{ secrets.GITHUB_TOKEN }}
31
37
release :
32
38
runs-on : ubuntu-latest
51
57
- name : Release
52
58
uses : trigensoftware/simple-release-action@latest
53
59
with :
60
+ workflow : release
54
61
github-token : ${{ secrets.GITHUB_TOKEN }}
55
62
npm-token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33
33
"@commitlint/config-conventional" : " ^19.8.1" ,
34
34
"@commitlint/config-pnpm-scopes" : " ^19.8.1" ,
35
35
"@commitlint/cz-commitlint" : " ^19.8.1" ,
36
- "@simple-release/pnpm" : " ^2.0.0" ,
37
36
"@trigen/eslint-config" : " 8.0.0-alpha.33" ,
38
37
"@trigen/scripts" : " 8.0.0-alpha.33" ,
39
38
"@vitest/coverage-v8" : " ^3.2.2" ,
You can’t perform that action at this time.
0 commit comments