From 7e4cc1426eb43428db37b3ca5ab2adc7816470fd Mon Sep 17 00:00:00 2001 From: Amanda Lange Date: Wed, 4 Dec 2024 11:43:25 -0500 Subject: [PATCH] Updating build action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c63116..98b9d4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: