Skip to content

Commit

Permalink
Fix detect new version condition
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Dec 16, 2022
1 parent b4b41e8 commit 0a0fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0a0fa80

Please sign in to comment.