Skip to content

Commit 2873cb3

Browse files
committed
fix: 🐛 Add strict option for semantic release
1 parent 049c48b commit 2873cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: relekang/python-semantic-release@v9.21.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
strict: true
3031

3132
release_pypi:
3233
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)