We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871d557 commit 83299e9Copy full SHA for 83299e9
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v1
18
- run: npm ci --ignore-scripts
19
- run: npm test
20
+ - run: npm run build
21
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
22
- uses: codfish/semantic-release-action@v1
23
env:
0 commit comments