From 23a5e9d38f2d33fb551e7bfdea6fc5a96405bc3e Mon Sep 17 00:00:00 2001 From: Mohammad Sadegh Shad Date: Sun, 22 Sep 2024 13:43:29 +0330 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee5db8b..885ec22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,11 +11,11 @@ jobs: steps: - uses: actions/checkout@v2 - # - name: Publish a new Zebble package - # uses: brandedoutcast/publish-nuget@v2 - # with: - # PROJECT_FILE_PATH: Zebble/Zebble.csproj - # NUGET_KEY: ${{secrets.NUGET_API_KEY}} + - name: Publish a new Zebble package + uses: brandedoutcast/publish-nuget@v2 + with: + PROJECT_FILE_PATH: Zebble/Zebble.csproj + NUGET_KEY: ${{secrets.NUGET_API_KEY}} - name: Publish a new Zebble.Build package uses: brandedoutcast/publish-nuget@v2