From d5a9a2058c9a662040ec055606c06947f9050efe Mon Sep 17 00:00:00 2001 From: Jan Paepke Date: Fri, 12 Apr 2024 21:37:33 +0200 Subject: [PATCH] fix publish pipeline --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 43734a9..8910f20 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -90,6 +90,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/') needs: test runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 - name: Use Node.js 20