We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af4518 commit 32fea17Copy full SHA for 32fea17
1 file changed
.github/workflows/build.yml
@@ -354,7 +354,7 @@ jobs:
354
release:
355
needs: build
356
runs-on: ubuntu-22.04
357
- if: github.event_name == 'push' && startsWith(github.repository, 'npgsql/') && needs.build.outputs.is_release == 'true'
+ if: github.event_name == 'push' && needs.build.outputs.is_release == 'true'
358
environment: nuget.org
359
360
steps:
0 commit comments