diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd8b714c..5d6b4f27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: publish: name: publish - needs: build + needs: [release, build] runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}