diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a40d122..4fdca9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} pack: - needs: test runs-on: windows-latest permissions: actions: write @@ -83,7 +82,9 @@ jobs: deploy: if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} - needs: pack + needs: + - test + - pack runs-on: ubuntu-latest permissions: actions: read