diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d09177..c55ec43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: name: "Release" runs-on: ubuntu-latest needs: build + permissions: + contents: write steps: - uses: actions/checkout@v3