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 ae4ccfb commit ed92c51Copy full SHA for ed92c51
.github/workflows/build.yml
@@ -210,7 +210,7 @@ jobs:
210
publish-nuget:
211
runs-on: ubuntu-latest
212
needs: build
213
- if: needs.build.outputs.publishNuget == 'true' && (github.event.inputs.runPublish == 'true' || github.ref_name == github.event.repository.default_branch)
+ if: github.event.inputs.runPublish == 'true' || github.ref_name == github.event.repository.default_branch
214
environment:
215
name: Publish
216
url: https://www.nuget.org/packages/TestStack.BDDfy/
0 commit comments