From f659c0f6bd3e643e8e989c8ad9a369f7172fb724 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Thu, 20 Oct 2022 18:20:34 +0200 Subject: [PATCH] release: Ensure we can write to releases In order to add the generated files to the release in GitHub we need to have the contents write rights. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc9db7e..973edec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: - 'v*' permissions: - contents: read + contents: write packages: write jobs: