Skip to content

Commit 8c9fbad

Browse files
authored
[chore] fix typo in binary release pipeline (#1129)
1 parent e18e5c2 commit 8c9fbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if [ '${{ contains(github.ref, '-nightly') }}' == 'true' ]; then
4343
echo "COLLECTOR_REF=main" >> "$GITHUB_OUTPUT"
4444
else
45-
echo "COLLECTOR_TAG=${{ github.ref }}" >> "$GITHUB_OUTPUT"
45+
echo "COLLECTOR_REF=${{ github.ref }}" >> "$GITHUB_OUTPUT"
4646
fi
4747
4848
- name: Push ${{ inputs.binary }} Tag

0 commit comments

Comments
 (0)