We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca7d596 + 0a0fa80 commit d3da1cbCopy full SHA for d3da1cb
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Detect and tag new version
40
id: check-version
41
- if: steps.check-parent-commit.outputs.sha
+ if: env.sha
42
uses: salsify/action-detect-and-tag-new-version@v2
43
with:
44
version-command: |
0 commit comments