Skip to content

Commit

Permalink
Set preserve-env on NuGet sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Mar 7, 2024
1 parent 1ac8187 commit 2b5c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b5c386

Please sign in to comment.