From ed1d9234217f040cd4d5fc2f24616bc9e2c67b8b Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Tue, 25 Jun 2024 22:27:30 +0100 Subject: [PATCH] build: Update pnpm installation and setup in release.yml --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8acf88..7748ce0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,15 @@ on: branches: - main +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest