From 6a9727a729eab5c51df16c36206b6c10bfd74a6a Mon Sep 17 00:00:00 2001 From: Jheison Martinez Bolivar Date: Fri, 10 Apr 2026 08:28:26 -0500 Subject: [PATCH] fix: adjus ci release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c77b6c5..e4f745a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: paths: [Cargo.toml] workflow_dispatch: +permissions: + contents: write + jobs: release: if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'