From d67c4537343c3e4ff480128b5639394b788869c2 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 16:42:36 +0200 Subject: [PATCH] fix(release): update release.yml (#1115) --- .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