File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - add-semver-workflow
8
7
9
8
jobs :
10
9
release :
13
12
runs-on : ubuntu-latest
14
13
timeout-minutes : 10
15
14
env :
16
- DRY_RUN : true
15
+ DRY_RUN : false
17
16
steps :
18
17
- name : Checkout
19
18
uses : actions/checkout@v3
28
27
GITHUB_TOKEN : ${{ github.token }}
29
28
with :
30
29
dry-run : ${{ env.DRY_RUN }}
31
- release-branches : ' ["main", "add-semver-workflow" ]'
30
+ release-branches : ' ["main"]'
32
31
commit-assets : |
33
32
./dist
34
33
release-rules-append : |
44
43
]
45
44
46
45
- uses : actions/checkout@v3
47
- if : steps.release.outputs.released == 'true'
46
+ if : steps.release.outputs.released == 'true' && env.DRY_RUN == 'false'
48
47
with :
49
48
fetch-depth : 1
50
49
persist-credentials : true
Original file line number Diff line number Diff line change 22
22
if : github.event_name == 'pull_request'
23
23
with :
24
24
file-path : README.md
25
- commit-msg : Update github actions documentation
25
+ commit-msg : ' docs: Update github actions documentation [skip release] '
26
26
github-token : ${{ github.token }}
27
27
branch : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments