diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2975fc..38b7746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: needs: build name: Create Release runs-on: ubuntu-latest + permissions: + contents: write if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v3