Skip to content

Commit 2ac4a2a

Browse files
chore(deps): update python-semantic-release/python-semantic-release digest to bdbfd23 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ee42c7 commit 2ac4a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686
8787
# Do a dry run of PSR
8888
- name: Test release
89-
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
89+
uses: python-semantic-release/python-semantic-release@bdbfd234e59809d3796e9a47bb915a8492f4e740 # v10
9090
if: github.ref_name != 'main'
9191
with:
9292
root_options: --noop
9393
github_token: noop
9494

9595
# On main branch: actual PSR + upload to PyPI & GitHub
9696
- name: Release
97-
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
97+
uses: python-semantic-release/python-semantic-release@bdbfd234e59809d3796e9a47bb915a8492f4e740 # v10
9898
id: release
9999
if: github.ref_name == 'main'
100100
with:

0 commit comments

Comments
 (0)