We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8524dc9 commit 3ddb537Copy full SHA for 3ddb537
.github/workflows/cicd-dotnet.yml
@@ -146,7 +146,7 @@ jobs:
146
147
publish-nuget:
148
name: Publish NuGet
149
- if: ${{ inputs.disablePublish == false && github.actor != 'dependabot[bot]' }}
+ if: ${{ inputs.disablePublish == false && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
150
uses: ./.github/workflows/step-dotnet-publish-nuget.yml
151
needs:
152
- build
@@ -155,7 +155,7 @@ jobs:
155
156
release:
157
name: Release
158
159
160
- version
161
0 commit comments