From e5c0880b3c83f9bd1e15bac9eaecee97385005a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kro=CC=88ner?= Date: Fri, 29 Dec 2023 23:06:42 +0100 Subject: [PATCH] ci: Deactivate publish for testing purposes --- .github/workflows/publish_tool.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_tool.yml b/.github/workflows/publish_tool.yml index 1725f85..8fa8124 100644 --- a/.github/workflows/publish_tool.yml +++ b/.github/workflows/publish_tool.yml @@ -49,5 +49,5 @@ jobs: draft: true prerelease: ${{ steps.version.outputs.preReleaseLabel != '' }} - - name: Publish - run: dotnet nuget push "**/*.nupkg" --source nuget.org --api-key ${{ secrets.NUGET_API_KEY }} +# - name: Publish +# run: dotnet nuget push "**/*.nupkg" --source nuget.org --api-key ${{ secrets.NUGET_API_KEY }}