Skip to content

Commit

Permalink
Merge pull request #2047 from PyCQA/bugfix/packaging-pypoetry
Browse files Browse the repository at this point in the history
Fix detect new version condition
  • Loading branch information
staticdev committed Dec 16, 2022
2 parents ca7d596 + 0a0fa80 commit d3da1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Detect and tag new version
id: check-version
if: steps.check-parent-commit.outputs.sha
if: env.sha
uses: salsify/action-detect-and-tag-new-version@v2
with:
version-command: |
Expand Down

0 comments on commit d3da1cb

Please sign in to comment.