mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix: EOF
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
run: |
|
||||
echo "GIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
echo "API_VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
|
||||
echo "IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') >> $GITHUB_OUTPUT
|
||||
echo "IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '')" >> $GITHUB_OUTPUT
|
||||
echo "::set-output name=API_VERSION::${API_VERSION}"
|
||||
- name: Build inside of the docker container
|
||||
id: build-pack-binary
|
||||
|
||||
Reference in New Issue
Block a user