From cf7d46fd70630f1ae099f7a5e8cfba0d1c82ea84 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 28 Mar 2025 13:02:19 +0530 Subject: [PATCH] go-rel ref: https://github.com/wangyoucao577/go-release-action?tab=readme-ov-file#basic-example --- .github/workflows/cli-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index b126cbd2f0..a31ef00c05 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -12,6 +12,10 @@ on: tags: - "cli-v*" +permissions: + contents: write + packages: write + jobs: draft-release: runs-on: ubuntu-latest