fix: env input

This commit is contained in:
Eli Bosley
2024-10-24 11:22:13 -04:00
parent e90f606f43
commit cee3a6d0ef

View File

@@ -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