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