Skip to content

Commit

Permalink
Merge pull request #149 from twilio-labs/release-9-prep
Browse files Browse the repository at this point in the history
Updating build action
  • Loading branch information
AJLange authored Dec 4, 2024
2 parents 5d6419a + 7e4cc14 commit 9eeff30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:
uses: ./.github/workflows/ci.yml
if: contains('["Swimburger","dprothero"]', github.actor)
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
name: Build, test, and pack
permissions:
checks: write
Expand All @@ -29,7 +29,7 @@ jobs:
secrets: inherit

release:
if: contains('["Swimburger","dprothero"]', github.actor)
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down

0 comments on commit 9eeff30

Please sign in to comment.