Skip to content

Commit 4f5b0a2

Browse files
committed
[Build] Set DOTNET_ENVIRONMENT to Production for Publish workflow
1 parent c299fee commit 4f5b0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Publish Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
working-directory: "build"
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
DOTNET_ENVIRONMENT: ${{ github.ref == 'refs/heads/main' && 'Production' || 'Development' }}
34+
DOTNET_ENVIRONMENT: "Production"
3535
Publish__Version: ${{ github.ref_name }}
3636
NuGet__ApiKey: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)