We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1254624 + 22608fa commit 5121e35Copy full SHA for 5121e35
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Run Safety Check
53
run: |
54
pip install safety
55
- safety scan --full-report
+ safety check --full-report
56
57
#- name: Install bump2version
58
# run: pip install bump2version
0 commit comments