diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3943438..ee276c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: fi publish: + needs: test + if: startsWith(needs.test.outputs.GIT_TAG, 'v') runs-on: ubuntu-latest steps: - name: Checkout