From a1728f8ff552f33036caad3f9329637aebb13993 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:50:23 +0100 Subject: [PATCH] Tweak `publish.yml` --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75d32dd..a9b8f25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,5 @@ # Publish package to the npm registry -name: Publish Package +name: Publish package to npm on: # Run the workflow when a new tag is pushed starting with `v` @@ -11,8 +11,9 @@ on: workflow_dispatch: permissions: - id-token: write contents: read + pages: write + id-token: write jobs: publish: @@ -35,4 +36,5 @@ jobs: - name: Publish run: pnpm --filter "@skirtle/create-vue-lib" publish docs: + needs: publish uses: ./.github/workflows/pages.yml