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: