Skip to content

Commit 9eeff30

Browse files
authored
Merge pull request #149 from twilio-labs/release-9-prep
Updating build action
2 parents 5d6419a + 7e4cc14 commit 9eeff30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222
uses: ./.github/workflows/ci.yml
23-
if: contains('["Swimburger","dprothero"]', github.actor)
23+
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
2424
name: Build, test, and pack
2525
permissions:
2626
checks: write
@@ -29,7 +29,7 @@ jobs:
2929
secrets: inherit
3030

3131
release:
32-
if: contains('["Swimburger","dprothero"]', github.actor)
32+
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
3333
runs-on: ubuntu-latest
3434
needs: [build]
3535
steps:

0 commit comments

Comments
 (0)