From 883b0129f3935afbff9d1dc3c6efe2b28c7648b0 Mon Sep 17 00:00:00 2001 From: moelsayed Date: Thu, 27 Feb 2025 09:05:02 +0100 Subject: [PATCH] Allow release action to push tags --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c08e4d0..7e1a58e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,8 @@ on: push: branches: - main +permissions: + contents: write # we need this to be able to push tags jobs: version_check: