Skip to content

Commit e84908c

Browse files
committed
Fix ID of action to get changed release version from
1 parent 274c13e commit e84908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-anki-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Trigger build and publish workflow
47-
if: steps.compare_release.outputs.release_version_changed == 'true'
47+
if: steps.compare_release_version.outputs.release_version_changed == 'true'
4848
uses: benc-uk/workflow-dispatch@v1
4949
with:
5050
workflow: build-and-publish-image.yml

0 commit comments

Comments
 (0)