Skip to content

Commit

Permalink
fix: moved npmrc;
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoonrod committed Jan 22, 2024
1 parent 7aba73d commit b180ce5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
EOF
ls -lah ./.env
- name: Setup .npmrc
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
ls -lah ./.npmrc
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Setup .npmrc
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
ls -lah ./.npmrc
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit b180ce5

Please sign in to comment.