From 239e9b2b3f2b7ae9d5819aaf86e44aa472e807f1 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 13 Dec 2024 11:53:25 +0000 Subject: [PATCH] chore: release pr --- .github/workflows/pr-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-release.yaml b/.github/workflows/pr-release.yaml index 740d0a0c..9b23cd55 100644 --- a/.github/workflows/pr-release.yaml +++ b/.github/workflows/pr-release.yaml @@ -8,7 +8,7 @@ jobs: name: 'Release PR to npm' runs-on: buildjet-4vcpu-ubuntu-2204 # Comment if:false to enable release PR to npm - if: false + # if: false permissions: write-all steps: - uses: actions/checkout@v3