Skip to content

Commit

Permalink
TECH-1636: Fix path of npm config file (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jul 4, 2024
1 parent d2cd9d9 commit b98901c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Authenticate with registry
shell: bash
run: |
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/source/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > .npmrc
- name: Execute yarn publish
shell: bash
run: |
Expand Down

0 comments on commit b98901c

Please sign in to comment.