We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0d065 commit 0b7893cCopy full SHA for 0b7893c
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version-file: .tool-versions
35
- name: Install semantic-release
36
- run: npm install --global semantic-release@24.2.3 @semantic-release/exec@7.1.0 conventional-changelog-conventionalcommits@9.2.0
+ run: npm install --global semantic-release@24.2.3 @semantic-release/exec@7.1.0 conventional-changelog-conventionalcommits@9.3.0
37
- name: Run semantic-release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments