Skip to content

Commit 0a0fa80

Browse files
committed
Fix detect new version condition
1 parent b4b41e8 commit 0a0fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Detect and tag new version
4040
id: check-version
41-
if: steps.check-parent-commit.outputs.sha
41+
if: env.sha
4242
uses: salsify/action-detect-and-tag-new-version@v2
4343
with:
4444
version-command: |

0 commit comments

Comments
 (0)