From 0a0fa80f7c9643237278ed603d794a5aacd0dd86 Mon Sep 17 00:00:00 2001 From: staticdev Date: Fri, 16 Dec 2022 21:03:17 +0100 Subject: [PATCH] Fix detect new version condition --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |