File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
node-version : " lts/*"
22
22
23
23
- name : Install dependencies
24
- run : yarn install --frozen-lockfile
24
+ run : yarn install --frozen-lockfile --ignore-scripts
25
25
26
26
- name : Build & Verify
27
27
run : yarn verify
28
28
29
29
- name : Release
30
- run : semantic-release
30
+ run : yarn semantic-release
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 6
6
- - "@semantic-release/changelog"
7
7
- changelogTitle: "# Changelog
8
8
9
- All notable changes to this project will be documented in this file."
9
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC. "
10
10
- "@semantic-release/git"
11
11
- "@semantic-release/npm"
12
12
- - "@semantic-release/github"
You can’t perform that action at this time.
0 commit comments