From ba0f04e9298d1eec1e4a50510b94c14b05ea9fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 27 Oct 2023 18:59:22 +0200 Subject: [PATCH] fix:ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Javier RiboĢ Labrador --- .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 02373e75..d24cd0f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: GH_TOKEN: ${{ secrets.PLUTO_GITHUB }} GITHUB_TOKEN: ${{ secrets.PLUTO_GITHUB }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm --@input-output-hk:registry=https://npm.pkg.github.com ci # or use "npm install" if you don't have a lock file + run: npm ci --registry=https://npm.pkg.github.com --@input-output-hk:registry=https://npm.pkg.github.com - name: Semantic Release env: