Skip to content

Commit d3da1cb

Browse files
authored
Merge pull request #2047 from PyCQA/bugfix/packaging-pypoetry
Fix detect new version condition
2 parents ca7d596 + 0a0fa80 commit d3da1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Detect and tag new version
4040
id: check-version
41-
if: steps.check-parent-commit.outputs.sha
41+
if: env.sha
4242
uses: salsify/action-detect-and-tag-new-version@v2
4343
with:
4444
version-command: |

0 commit comments

Comments
 (0)