fix: env correct

This commit is contained in:
Eli Bosley
2024-10-24 11:47:51 -04:00
parent d5c7be54b0
commit c0179c8351

View File

@@ -77,9 +77,9 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}/api/deploy/release:/app/deploy/release builder npm run build-and-pack
env:
GIT_SHA=${{ steps.vars.outputs.GIT_SHA }}
API_VERSION=${{ steps.vars.outputs.API_VERSION }}
IS_TAGGED=${{ steps.vars.outputs.IS_TAGGED }}
GIT_SHA: ${{ steps.vars.outputs.GIT_SHA }}
API_VERSION: ${{ steps.vars.outputs.API_VERSION }}
IS_TAGGED: ${{ steps.vars.outputs.IS_TAGGED }}
- name: Set Hashes
id: set-hashes