Skip to content

Commit

Permalink
ci: Add Alexander Neuwirth to publisher list
Browse files Browse the repository at this point in the history
* Allow Alexander Neuwirth to bump versions for releases.
  • Loading branch information
matthewfeickert committed Nov 5, 2024
1 parent b7fd579 commit bd7b787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ jobs:
&& (
github.event.sender.login == 'lukasheinrich' ||
github.event.sender.login == 'matthewfeickert' ||
github.event.sender.login == 'eduardo-rodrigues'
github.event.sender.login == 'eduardo-rodrigues' ||
github.event.sender.login == 'APN-Pucky'
)
shell: bash
run: |
Expand Down

0 comments on commit bd7b787

Please sign in to comment.