mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
fix: env input
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user