Skip to content

Commit f68b366

Browse files
authored
Update release.yml
Need to install devDeps before running their scripts!
1 parent b7a8acd commit f68b366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
github:
99
runs-on: ubuntu-latest
1010
steps:
11+
- run: npm ci
1112
- run: npm run -s relnotes | tee relnotes.txt
1213
- uses: jasonkarns/create-release@master
1314
with:

0 commit comments

Comments
 (0)