From 188c6c40c70b8a86636bdbdbe85cd5521df74018 Mon Sep 17 00:00:00 2001 From: Kristoffer Strube Date: Wed, 27 Dec 2023 22:03:43 +0100 Subject: [PATCH] Set Production Environment. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c2a6b0..8cbbe17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # Generate the website - name: Publish - run: dotnet publish samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/KristofferStrube.Blazor.WebAuthentication.WasmExample.csproj --configuration Release --output build + run: dotnet publish samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/KristofferStrube.Blazor.WebAuthentication.WasmExample.csproj --configuration Release /p:EnvironmentName=Production --output build # Publish the website - name: GitHub Pages action