diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be79e5cc..89c8bdb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - +permissions: + contents: write jobs: build: # continue-on-error: true @@ -113,5 +114,5 @@ jobs: files: ./out/* name: "draft" tag_name: "draft" - draft: true + prerelease: true overwrite: true \ No newline at end of file