Skip to content

Commit 9a6a017

Browse files
authoredAug 28, 2023
fix(release): build dist/ before release (#33)
closes #32
1 parent 2540ed4 commit 9a6a017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
token: ${{ steps.app-token.outputs.token }}
2525
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
26-
- run: npx semantic-release
26+
- run: npm run build
27+
- run: npx semantic-release --debug
2728
env:
2829
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)
Please sign in to comment.