diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c1c65..d5f6845 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: ci: name: Release Build runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checking out branch uses: actions/checkout@v4