From 922e080d629cf9e65c98a2238d052b4945802f3c Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 01:31:12 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95750b7..eeaf019 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,6 @@ jobs: matrix: os: [ubuntu-20.04, windows-2019] runs-on: ${{ matrix.os }} - permissions: write-all steps: - name: Clone client uses: actions/checkout@v2 @@ -97,6 +96,7 @@ jobs: release: runs-on: ubuntu-latest needs: build + permissions: write-all steps: - name: Download all binaries uses: actions/download-artifact@v3