Commit 382d899 1 parent ec3c237 commit 382d899 Copy full SHA for 382d899
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
- - uses : wagoid/commitlint-github-action@v5.4.4
32
+ - uses : wagoid/commitlint-github-action@v5.4.5
33
33
34
34
test :
35
35
strategy :
@@ -81,14 +81,14 @@ jobs:
81
81
82
82
# Do a dry run of PSR
83
83
- name : Test release
84
- uses : python-semantic-release /python-semantic-release@v8.7.2
84
+ uses : bluetooth-devices /python-semantic-release@311
85
85
if : github.ref_name != 'main'
86
86
with :
87
87
root_options : --noop
88
88
89
89
# On main branch: actual PSR + upload to PyPI & GitHub
90
90
- name : Release
91
- uses : python-semantic-release /python-semantic-release@v8.7.2
91
+ uses : bluetooth-devices /python-semantic-release@311
92
92
id : release
93
93
if : github.ref_name == 'main'
94
94
with :
You can’t perform that action at this time.
0 commit comments