From dfaa4ce03b85587a346ceaa762c3fc97d98f0a12 Mon Sep 17 00:00:00 2001 From: ryanolee Date: Mon, 16 Oct 2023 23:23:17 +0100 Subject: [PATCH] chore: Add write permissions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9f9bf7..c05c798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ on: push: tags: - '*' - +permissions: + contents: write jobs: goreleaser: runs-on: ubuntu-latest