Skip to content

Commit

Permalink
chare: Update .github/workflows/manual-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Strubberg <sstrubberg@protonmail.com>
  • Loading branch information
eng618 and sstrubberg committed Nov 17, 2022
1 parent d901b28 commit 2231fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch

jobs:
release:
if: contains('["alisonjoseph","vpicone", "sstrubberg", "jnm2377", "eng618"]', github.actor)
if: contains('["alisonjoseph", "sstrubberg", "eng618", "tay1orjones"]', github.actor)
runs-on: ubuntu-latest
steps:
# fetch-depth: 0 ensures we get commit messages for changelog/versioning
Expand Down

0 comments on commit 2231fbb

Please sign in to comment.