diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85ef363..efad6a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ jobs: json_build: name: ubuntu build runs-on: ubuntu-latest + permissions: + contents: write # needed to create a release steps: - name: Download Repository