We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bdc51 commit a81a971Copy full SHA for a81a971
.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.3.0
+ run: npm install --global semantic-release@24.2.3 @semantic-release/exec@7.1.0 conventional-changelog-conventionalcommits@9.3.1
37
- name: Run semantic-release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments