From 1bdf36cff4304c117f51bee88fcd7f7ee44777d2 Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Sun, 6 Oct 2024 06:51:21 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee76649..9d8299f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ jobs: release: runs-on: ubuntu-latest + permissions: + contents: write if: ${{ startsWith(github.ref, 'refs/tags/v') }} needs: test steps: