Skip to content

Commit

Permalink
fix:ci
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Oct 27, 2023
1 parent ca1c3e7 commit e35cf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
GITHUB_TOKEN: ${{ secrets.PLUTO_GITHUB }}
NODE_AUTH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PLUTO_GITHUB }}\n@input-output-hk:registry=https://npm.pkg.github.com" > ~/.npmrc && npm i
NPM_TOKEN: ${{ secrets.PLUTO_GITHUB }}
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PLUTO_GITHUB }}\n@input-output-hk:registry=https://npm.pkg.github.com" > .npmrc && npm i

- name: Semantic Release
env:
Expand Down

0 comments on commit e35cf93

Please sign in to comment.