From cfe1cec8c0f960f8bba3300ca49adb18963d76d1 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Mon, 10 Aug 2026 07:42:06 +1000 Subject: [PATCH] Add permission to write for tag/release --- .github/workflows/test-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 081e95c..4980df7 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -132,6 +132,8 @@ jobs: [[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1"* ]] release: + permissions: + contents: write needs: - test-action-yml runs-on: ubuntu-latest