File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : " Checkout"
18
18
uses : actions/checkout@v3
19
- with :
20
- token : ${{ secrets.GH_PUBLISH_TOKEN }}
21
- fetch-depth : 0
22
19
# ########################
23
20
# Release new version
24
21
# ########################
44
41
run : npm run lerna-lint
45
42
- name : Run tests
46
43
run : npm run lerna-test
47
- - name : update release draft
44
+ - name : Update release draft
48
45
uses : release-drafter/release-drafter@v5.19.0
49
46
env :
50
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : " Checkout"
15
15
uses : actions/checkout@v3
16
- with :
17
- token : ${{ secrets.GH_PUBLISH_TOKEN }}
18
- fetch-depth : 0
19
16
# ########################
20
17
# Release new version
21
18
# ########################
You can’t perform that action at this time.
0 commit comments