From 346ce91f736fbceb05a237a3d68f0f9163be7324 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 24 Oct 2024 11:25:32 -0400 Subject: [PATCH] fix: EOF --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a5f0e4c3..dee2d46f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: run: | echo "GIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT echo "API_VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT - echo "IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') >> $GITHUB_OUTPUT + echo "IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '')" >> $GITHUB_OUTPUT echo "::set-output name=API_VERSION::${API_VERSION}" - name: Build inside of the docker container id: build-pack-binary