Skip to content

Commit

Permalink
remove npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecesr committed Sep 26, 2024
1 parent 127006b commit b66fab1
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -17,15 +17,14 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
always-auth: true
node-version: '20.x'
registry-url: https://registry.npmjs.org
scope: '@felipecesr'
cache: 'yarn'
- run: cat .npmrc
- run: echo ${{ secrets.NPM_TOKEN }}
- run: yarn --frozen-lockfile
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit b66fab1

Please sign in to comment.