Skip to content

Commit c892bdc

Browse files
committed
Fix an issue with the docker build event send job
1 parent d4ab6ce commit c892bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binary-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
outputs:
1010
build_arc: ${{ steps.check-build-arc.outputs.run_jobs }}
1111
build_sls: ${{ steps.check-build-sls.outputs.run_jobs }}
12-
version: ${{ steps.get-version.version }}
12+
version: ${{ steps.get-version.outputs.version }}
1313

1414
steps:
1515
- name: Check if Arc binary should be built

0 commit comments

Comments
 (0)