aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml
index b5c37d5..dd76b72 100644
--- a/.github/workflows/release-build.yaml
+++ b/.github/workflows/release-build.yaml
@@ -520,4 +520,4 @@ jobs:
NUGET_STABLE_KEY: ${{ secrets.NUGET_STABLE_KEY }}
NUGET_UNSTABLE_KEY: ${{ secrets.NUGET_UNSTABLE_KEY }}
run: |-
- sudo ./build.py ${{ env.JELLYFIN_VERSION }} nuget
+ sudo --preserve-env ./build.py ${{ env.JELLYFIN_VERSION }} nuget
bgstack15