From 2bd51637f99c92bf714476cca87dbec1db5ed700 Mon Sep 17 00:00:00 2001 From: Carl Menezes Date: Wed, 14 Feb 2024 14:26:50 +1300 Subject: [PATCH] chore: Update releaseGithubPackage.yml (#148) chore: update releaseGithubPackage.yml Remove github actor condition for release workflow --- .github/workflows/releaseGithubPackage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/releaseGithubPackage.yml b/.github/workflows/releaseGithubPackage.yml index cb6aa88..f5e7bfd 100644 --- a/.github/workflows/releaseGithubPackage.yml +++ b/.github/workflows/releaseGithubPackage.yml @@ -6,7 +6,6 @@ on: jobs: release-github-package: runs-on: ubuntu-latest - if: contains('["nattb8", "dom-murray"]', github.actor) steps: - uses: actions/checkout@v2