From db5b3e7e90a6448386df24aef109cee1e6c722bb Mon Sep 17 00:00:00 2001 From: Hiddify Date: Thu, 20 Jul 2023 10:45:39 +0200 Subject: [PATCH] add write permission --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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