From 257c21ee2cd9d8364bc9862b8cbc0ac8fbacf128 Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Sat, 26 Oct 2024 13:32:23 +0200 Subject: [PATCH] chore: fix release action (#91) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6b91ec..499be61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: release: name: Release new version runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write steps: - uses: actions/checkout@v4 with: @@ -24,9 +27,6 @@ jobs: - name: Create release pull request uses: changesets/action@v1 - permissions: - pull-requests: write - contents: write with: publish: npm run tag env: