From 797c9a5d141c946da37d47d7c3976fa881ebb41d Mon Sep 17 00:00:00 2001 From: Younes Barrad Date: Fri, 15 Dec 2023 11:38:01 +0100 Subject: [PATCH] ci: updated release --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f765d63..46cbe56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,5 @@ name: Release -permissions: - contents: write - on: push: tags: @@ -11,10 +8,14 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: - contents: read + contents: write + steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v2