mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: env correct
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user