From 9fcc00bba0523ef197c2df0535f144b1d9c1a7d0 Mon Sep 17 00:00:00 2001 From: gcattan Date: Thu, 5 Jan 2023 10:22:21 +0100 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 98c6403..c4ac03f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: npm install - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}