diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e2611c..8d6d59f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,6 +68,8 @@ jobs: name: Create github release runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') + needs: + - build permissions: contents: write steps: