We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f81ea0 commit 9216425Copy full SHA for 9216425
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v1
18
+ - run: npm ci --ignore-scripts
19
+ - run: npm test
20
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
21
- uses: codfish/semantic-release-action@v1
22
env:
0 commit comments