We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d9a2f commit c01d223Copy full SHA for c01d223
1 file changed
.github/workflows/release.yaml
@@ -18,7 +18,8 @@ jobs:
18
with:
19
fetch-depth: 0 # semantic release needs all the history
20
- uses: actions/setup-node@v2
21
+ - run: sudo npm install --global conventional-changelog-conventionalcommits@5 semantic-release@19
22
- name: Release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx semantic-release@19
25
+ run: semantic-release
0 commit comments