From 14f6b8a86eed319f56ac7bf22bd443b00c8ca7d1 Mon Sep 17 00:00:00 2001 From: Nathan Richards Date: Thu, 21 May 2026 19:04:56 +0200 Subject: [PATCH] fix: get publising working --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620837ba49..8221c4e145 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: run: | RELEASE_VERSION="13.7.3-code-classroom.$(date +'%Y%m%d%H%M%S')" npm version --no-git-tag-version "$RELEASE_VERSION" - npm publish --access public --tag latest + npm publish --access public --tag latest --ignore-scripts test: name: Test