From 75ae2b0c95484bdd0a2b01bb9445e6a042b56db4 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 20 Dec 2023 12:02:26 -0500 Subject: [PATCH] move needs to job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 164ae50..0f9b31a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: release: name: Release + needs: test runs-on: ubuntu-latest permissions: @@ -41,7 +42,6 @@ jobs: run: npm ci - name: Release if: branch = master - needs: test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}