summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-16 21:03:17 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-16 21:03:17 +0100
commit0a0fa80f7c9643237278ed603d794a5aacd0dd86 (patch)
tree4a501538a5f7d08e77ffcde0de590bf0a8feb652 /.github
parentb4b41e8e6b91e11d862d91e2a2e2d412ca91ff31 (diff)
downloadisort-0a0fa80f7c9643237278ed603d794a5aacd0dd86.tar.gz
Fix detect new version condition
Diffstat (limited to '.github')
-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: |