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