Skip to content

Commit

Permalink
fix: npmrc ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Oct 4, 2023
1 parent fab1ade commit 32b1201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18' # adjust this to your project's Node.js version
always-auth: true


- name: Install Dependencies
run: npm ci # or use "npm install" if you don't have a lock file
run: npm --@input-output-hk:registry=https://npm.pkg.github.com ci # or use "npm install" if you don't have a lock file

- name: Semantic Release
env:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ coverage/lcov-report/**
coverage/coverage-summary.json
junit.xml
lcov.info
build
build
.npmrc

0 comments on commit 32b1201

Please sign in to comment.