summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: |