From 60cf638d95ccf87670a7b0711ce367ae725967bd Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Sat, 20 Jul 2024 07:06:29 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6c8e6d..eea9770 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,10 @@ on: tags: - '*' +# We need this to be able to create releases. +permissions: + contents: write + jobs: linux-gnu: runs-on: ubuntu-latest