From 9616a6085394f2b3c378964f5433c717aed04981 Mon Sep 17 00:00:00 2001 From: Chaithanya Balakavi Date: Fri, 8 May 2026 16:53:50 +0530 Subject: [PATCH] ci: fix release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69739ec..e90d634 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ on: jobs: bump-version: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v4