From c7272d7c38262140d68d9326230874a0ce158289 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Tue, 10 Jun 2025 15:20:59 +0200 Subject: [PATCH] fix: Creating tags --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8858aeb..72706cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -463,6 +463,8 @@ jobs: - build-web runs-on: ubuntu-latest if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly' + permissions: + contents: write steps: - name: Checkout repository if: needs.fetch-info.outputs.build_type == 'nightly'