summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@proton.me>2022-12-16 20:04:22 +0000
committerGitHub <noreply@github.com>2022-12-16 20:04:22 +0000
commitd3da1cb491ef57625029c744c6c8852ba286ebf5 (patch)
tree0c3556e9bcc1189a24a420ceddc903c6594e099b
parentca7d596c99e14ed989728a334dabdde8fa580da4 (diff)
parent0a0fa80f7c9643237278ed603d794a5aacd0dd86 (diff)
downloadisort-d3da1cb491ef57625029c744c6c8852ba286ebf5.tar.gz
Merge pull request #2047 from PyCQA/bugfix/packaging-pypoetry
Fix detect new version condition
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 80297c59..647d5deb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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: |