We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist/
1 parent 2540ed4 commit 9a6a017Copy full SHA for 9a6a017
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
token: ${{ steps.app-token.outputs.token }}
25
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
26
- - run: npx semantic-release
+ - run: npm run build
27
+ - run: npx semantic-release --debug
28
env:
29
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments