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 }}