From 6f7642ed7900e4efd7aeb37debcb998bfe43d877 Mon Sep 17 00:00:00 2001 From: IG Date: Fri, 4 Nov 2022 11:19:50 +0000 Subject: [PATCH] create github environment for deployment --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b75be17..fddb07c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,8 +42,9 @@ jobs: publish: needs: [build] - if: github.ref == 'refs/heads/master' + # if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest + environment: nuget steps: - name: Download a Build Artifact uses: actions/download-artifact@v2