From 96b4b5ed33663a806e3eb567e8554877d2212cb3 Mon Sep 17 00:00:00 2001 From: Edward Cooke Date: Tue, 10 Oct 2023 09:13:10 -0600 Subject: [PATCH] Don't create a release --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6337b6..d3be42d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,10 +82,10 @@ jobs: env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} - - name: Create a Release - uses: elgohr/Github-Release-Action@v4 - env: - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - with: - title: ${{ env.PACKAGE_VERSION }} +# - name: Create a Release +# uses: elgohr/Github-Release-Action@v4 +# env: +# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} +# with: +# title: ${{ env.PACKAGE_VERSION }}