Skip to content

Commit 32fea17

Browse files
committed
fix workflow
1 parent 2af4518 commit 32fea17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
release:
355355
needs: build
356356
runs-on: ubuntu-22.04
357-
if: github.event_name == 'push' && startsWith(github.repository, 'npgsql/') && needs.build.outputs.is_release == 'true'
357+
if: github.event_name == 'push' && needs.build.outputs.is_release == 'true'
358358
environment: nuget.org
359359

360360
steps:

0 commit comments

Comments
 (0)