fix(ci): fix running semantic-release on CI

This commit is contained in:
Christopher Willis-Ford 2022-05-20 16:46:43 -07:00
parent 4301f534c8
commit de75621772

View file

@ -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: