Skip to content

Commit

Permalink
fix: explicit build before release since prePublishOnly does not run
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikkeye committed Jan 29, 2020
1 parent 871d557 commit 83299e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v1
- run: npm ci --ignore-scripts
- run: npm test
- run: npm run build
- 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 83299e9

Please sign in to comment.