Skip to content

Commit

Permalink
do-production-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Lazzeri committed Jan 27, 2024
1 parent d0f1689 commit 4981b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo $THEUSER --- $THEADMIN
create-release:
needs: get-admins
if: github.event.head_commit.message == 'do-production-release' && contains(needs.get-admins.outputs.admins, format('|{0}|', github.event.head_commit.author.username))
if: github.event.head_commit.message == 'do-production-release' && contains(needs.get-admins.outputs.admins, format('|{0}|', github.event.head_commit.author.name))
runs-on: ubuntu-latest
steps:
- name: Set up Repository
Expand Down

0 comments on commit 4981b90

Please sign in to comment.