From a361b4a5a9968ad7d07253880fe31ce1e3e078f0 Mon Sep 17 00:00:00 2001 From: twerthi Date: Tue, 28 Nov 2023 12:04:50 -0800 Subject: [PATCH] Removing deprecated components of create release action --- .github/workflows/dotnet-core-oidc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core-oidc.yml b/.github/workflows/dotnet-core-oidc.yml index 8d9c1b9..ebcc45e 100644 --- a/.github/workflows/dotnet-core-oidc.yml +++ b/.github/workflows/dotnet-core-oidc.yml @@ -74,5 +74,4 @@ jobs: with: space: ${{ secrets.OCTOPUSSERVER_SPACE }} project: "Octo Pet Shop" - deploy_to: "Development" - progress: true + # Space is Target - Hybrid \ No newline at end of file