Skip to content

Commit bad6040

Browse files
ci: Add Alexander Neuwirth to publisher list (#269)
* Allow Alexander Neuwirth to bump versions for releases.
1 parent b7fd579 commit bad6040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ jobs:
201201
&& (
202202
github.event.sender.login == 'lukasheinrich' ||
203203
github.event.sender.login == 'matthewfeickert' ||
204-
github.event.sender.login == 'eduardo-rodrigues'
204+
github.event.sender.login == 'eduardo-rodrigues' ||
205+
github.event.sender.login == 'APN-Pucky'
205206
)
206207
shell: bash
207208
run: |

0 commit comments

Comments
 (0)