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
|
||||
- run: npm test
|
||||
- run: npx commitlint --from='HEAD~1'
|
||||
- run: semantic-release
|
||||
- run: npx semantic-release
|
||||
workflows:
|
||||
version: 2
|
||||
branch-workflow:
|
||||
|
|
Loading…
Reference in a new issue