Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
actions: ignore .npmrc for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Jul 11, 2022
1 parent db92916 commit 51acdbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Build library
run: npm run build

- name: Ignore .npmrc for publish step
run: mv .npmrc .npmrc.temp

- name: Release to GHPR
run: npm publish
env:
Expand Down

0 comments on commit 51acdbb

Please sign in to comment.