We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a8acd commit f68b366Copy full SHA for f68b366
.github/workflows/release.yml
@@ -8,6 +8,7 @@ jobs:
8
github:
9
runs-on: ubuntu-latest
10
steps:
11
+ - run: npm ci
12
- run: npm run -s relnotes | tee relnotes.txt
13
- uses: jasonkarns/create-release@master
14
with:
0 commit comments