diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee76649..9d8299f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ jobs: release: runs-on: ubuntu-latest + permissions: + contents: write if: ${{ startsWith(github.ref, 'refs/tags/v') }} needs: test steps: