From 081072ce8d95af19950b010f7240c96a983350e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 27 Oct 2023 19:03:45 +0200 Subject: [PATCH] fix: ci attempt 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 9b292f06..1b104bfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: env: GH_TOKEN: ${{ secrets.PLUTO_GITHUB }} GITHUB_TOKEN: ${{ secrets.PLUTO_GITHUB }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.PLUTO_GITHUB }} run: npm ci --@input-output-hk:registry=https://npm.pkg.github.com - name: Semantic Release