mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
fix(ci): fix running semantic-release on CI
This commit is contained in:
parent
4301f534c8
commit
de75621772
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- node/install-packages
|
- node/install-packages
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npx commitlint --from='HEAD~1'
|
- run: npx commitlint --from='HEAD~1'
|
||||||
- run: semantic-release
|
- run: npx semantic-release
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
branch-workflow:
|
branch-workflow:
|
||||||
|
|
Loading…
Reference in a new issue