Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Mar 13, 2024
1 parent bdb8732 commit 9fc3a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
release:
name: Create release
runs-on: ubuntu-latest
if: contains('["dedece35","glalloue","jhertout","jules-delecour-dav","olegoaer","zippy1978","utarwyn"]', github.actor)
needs: checks
if: contains('["dedece35","glalloue","jhertout","jules-delecour-dav","olegoaer","zippy1978","utarwyn","mdubois81"]', github.actor)
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9fc3a9a

Please sign in to comment.