diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e53d50af8..3a5f0e4c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,11 +76,10 @@ jobs: id: build-pack-binary run: | docker run --rm -v ${{ github.workspace }}/api/deploy/release:/app/deploy/release builder npm run build-and-pack - with: - env: - GIT_SHA=${{ steps.vars.outputs.sha_short }} - API_VERSION=${{ steps.vars.outputs.API_VERSION }} - IS_TAGGED=${{ steps.vars.outputs.IS_TAGGED }} + env: + GIT_SHA=${{ steps.vars.outputs.sha_short }} + API_VERSION=${{ steps.vars.outputs.API_VERSION }} + IS_TAGGED=${{ steps.vars.outputs.IS_TAGGED }} - name: Set Hashes id: set-hashes