We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18e5c2 commit 8c9fbadCopy full SHA for 8c9fbad
.github/workflows/base-binary-release.yaml
@@ -42,7 +42,7 @@ jobs:
42
if [ '${{ contains(github.ref, '-nightly') }}' == 'true' ]; then
43
echo "COLLECTOR_REF=main" >> "$GITHUB_OUTPUT"
44
else
45
- echo "COLLECTOR_TAG=${{ github.ref }}" >> "$GITHUB_OUTPUT"
+ echo "COLLECTOR_REF=${{ github.ref }}" >> "$GITHUB_OUTPUT"
46
fi
47
48
- name: Push ${{ inputs.binary }} Tag
0 commit comments