From ce2f74ca9b5a4ffb585733bf187e102f93b867c7 Mon Sep 17 00:00:00 2001 From: Muhammad Ahmed <33724511+ahmedkhan1039@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:03:57 +0500 Subject: [PATCH] changed to ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52dc4ad..4795c53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 16 registry-url: https://npm.pkg.github.com/ - - run: npm install + - run: npm ci - run: npx nx run-many -t publish --ver 1.0.0 --tag latest env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file