From cd6561e920d14e71931b5aa8cc71aedc5eb18788 Mon Sep 17 00:00:00 2001 From: Levi Rizki Saputra <42236775+levirs565@users.noreply.github.com> Date: Thu, 18 May 2023 15:01:19 +0700 Subject: [PATCH] chore: fix release workflow --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e1c60b..7b16ad5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,8 @@ on: jobs: build: + permissions: + deployments: write runs-on: ubuntu-latest steps: @@ -31,4 +33,4 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ - main.js manifest.json styles.css \ No newline at end of file + main.js manifest.json styles.css