fix(release): build dist/ before release (#33)

closes #32
This commit is contained in:
Gregor Martynus
2023-08-28 15:28:55 -07:00
committed by GitHub
parent 2540ed49e5
commit 9a6a017c10
+2 -1
View File
@@ -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 }}