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 bc574ed commit 04ca53cCopy full SHA for 04ca53c
.github/workflows/build.yml
@@ -183,7 +183,7 @@ jobs:
183
create-release-tag:
184
runs-on: ubuntu-latest
185
needs: [build, publish-nuget]
186
- if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
+ if: github.event.inputs.runPublish == 'true' && github.ref_name == github.event.repository.default_branch
187
permissions:
188
contents: write
189
0 commit comments