From ab48a1eac68651857366430b8bcfaef5de684263 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Fri, 12 Dec 2025 15:50:55 +0100 Subject: [PATCH] fix: ghr publish --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aff51b3e..890b9a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests id-token: write # to enable use of OIDC for trusted publishing and npm provenance + packages: write # docker images publishing to github container registry steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4