From e28a10949ac3eafcfcdaaf663ee79355d531dec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Boukorras?= <51956779+itupix@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:44:22 +0200 Subject: [PATCH] fix(release): update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 493b2327..77be81fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: tags: - v*.*.* +permissions: + contents: write + jobs: publish: name: Release library