From 3eaae7add9d6f2d47111ddfc0144b2b778fcf117 Mon Sep 17 00:00:00 2001 From: lavazais-sylvain Date: Mon, 3 Jun 2024 12:22:52 +0200 Subject: [PATCH] chore(release): fix sem-rel action version --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2607b90..e88d634 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: 'ubuntu-latest' needs: [ unit-test ] + permissions: write-all steps: - name: 'Checkout sources' uses: 'actions/checkout@v4'