From 4baadb7551f5a40bcba45aa0f056b9eb7485e48f Mon Sep 17 00:00:00 2001 From: thanhdang198 Date: Thu, 22 Feb 2024 10:11:15 +0700 Subject: [PATCH] [fix:(ci-cd)]: Fix release action cicd --- .github/workflows/npm-release-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-release-actions.yml b/.github/workflows/npm-release-actions.yml index 67c17ab0..a8d9cfb3 100644 --- a/.github/workflows/npm-release-actions.yml +++ b/.github/workflows/npm-release-actions.yml @@ -12,6 +12,7 @@ jobs: with: node-version: '18.3.0' registry-url: 'https://registry.npmjs.org' + - run: npm i - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}