Skip to content

Commit 9fc3a9a

Browse files
committed
Fix release workflow
1 parent bdb8732 commit 9fc3a9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
release:
2424
name: Create release
2525
runs-on: ubuntu-latest
26-
if: contains('["dedece35","glalloue","jhertout","jules-delecour-dav","olegoaer","zippy1978","utarwyn"]', github.actor)
27-
needs: checks
26+
if: contains('["dedece35","glalloue","jhertout","jules-delecour-dav","olegoaer","zippy1978","utarwyn","mdubois81"]', github.actor)
2827
steps:
2928
- name: Checkout
3029
uses: actions/checkout@v4

0 commit comments

Comments
 (0)