Skip to content

Commit

Permalink
fix: adjust release action to fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikkeye committed Jan 29, 2020
1 parent 7f81ea0 commit 9216425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci --ignore-scripts
- run: npm test
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
- uses: codfish/semantic-release-action@v1
env:
Expand Down

0 comments on commit 9216425

Please sign in to comment.