Skip to content

Commit

Permalink
fix(release): build dist/ before release (actions#33)
Browse files Browse the repository at this point in the history
closes actions#32
  • Loading branch information
gr2m authored Aug 28, 2023
1 parent 2540ed4 commit 9a6a017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
- run: npx semantic-release
- run: npm run build
- run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit 9a6a017

Please sign in to comment.