Skip to content

Commit cf44385

Browse files
committed
Run devutil changelog script without needing package.json in subtrees
1 parent 9c346bd commit cf44385

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
with: { fetch-depth: 0 }
11-
- run: npm ci
12-
- run: npm run -s relnotes | tee relnotes.txt
11+
- run: npx -q -p @nodenv/devutil changelog | tee relnotes.txt
1312
- uses: jasonkarns/create-release@master
1413
with: { body_path: relnotes.txt }
1514

0 commit comments

Comments
 (0)