From a1ae020b395bbca6b80b748c8aca0d5c39a73520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 27 Oct 2023 19:01:44 +0200 Subject: [PATCH] fix:ci again 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 d24cd0f3..9b292f06 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 ci --registry=https://npm.pkg.github.com --@input-output-hk:registry=https://npm.pkg.github.com + run: npm ci --@input-output-hk:registry=https://npm.pkg.github.com - name: Semantic Release env: