Skip to content

Commit 9216425

Browse files
committed
fix: adjust release action to fix build step
1 parent 7f81ea0 commit 9216425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v1
18+
- run: npm ci --ignore-scripts
19+
- run: npm test
1820
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
1921
- uses: codfish/semantic-release-action@v1
2022
env:

0 commit comments

Comments
 (0)