From b3d070eef47f04baa19333fe0816f12a7ac789e7 Mon Sep 17 00:00:00 2001 From: Artem Melnyk Date: Fri, 22 Mar 2024 11:07:34 +0100 Subject: [PATCH] chore: fix github release workflow --- .github/workflows/release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3650876..1e90a9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,5 @@ name: Release -permissions: - contents: write - on: push: tags: @@ -13,8 +10,7 @@ jobs: if: github.event.base_ref == 'refs/heads/main' runs-on: ubuntu-latest permissions: - contents: read - id-token: write + contents: write steps: - uses: actions/checkout@v3 with: