Skip to content

Commit

Permalink
remove always auth on node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Sep 16, 2022
1 parent 77e5a37 commit 264911d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
always-auth: true

- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: cat .npmrc

- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive --ignore-optional
env:
Expand Down

0 comments on commit 264911d

Please sign in to comment.