From e0bb94a318fa8cb5d39f7683ac0676c063101005 Mon Sep 17 00:00:00 2001 From: mpuigdomenchSage Date: Thu, 23 Jan 2025 17:10:36 +0100 Subject: [PATCH] asdf --- .github/workflows/release-layer-collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-layer-collector.yml b/.github/workflows/release-layer-collector.yml index addcb79c6a..963737d1cc 100644 --- a/.github/workflows/release-layer-collector.yml +++ b/.github/workflows/release-layer-collector.yml @@ -73,7 +73,7 @@ jobs: path: ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip - name: Add Binary to Release run: | - gh release upload ${{ env.NEW_TAG }} ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip + gh release upload $NEW_TAG ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save Collector Version