Skip to content

Commit

Permalink
fix(pipeline): add env variable NPM_CONFIG_USERCONFIG for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
noctifer20 committed Sep 6, 2021
1 parent 4c2d933 commit 56d04fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
cmd: publish
auth-token: ${{ secrets.NPM_TOKEN }}
env:
NPM_CONFIG_USERCONFIG: ./npmrc
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

1 comment on commit 56d04fd

@vercel
Copy link

@vercel vercel bot commented on 56d04fd Sep 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.