diff --git a/.github/workflows/publishnuget.yml b/.github/workflows/publishnuget.yml index 957ec1f..4efaa14 100644 --- a/.github/workflows/publishnuget.yml +++ b/.github/workflows/publishnuget.yml @@ -68,7 +68,7 @@ jobs: # Publish only when creating a GitHub Release # https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository # You can update this logic if you want to manage releases differently - # if: github.event_name == 'release' + if: github.event_name == 'release' runs-on: windows-latest needs: [ create_nuget, run_test ] steps: