Skip to content

Commit

Permalink
fix: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Nov 3, 2024
1 parent 62f6ca1 commit aa2ebbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

- name: Configure npm authentication
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/ts/.npmrc
echo "@trust0:registry=https://registry.npmjs.org/" >> ~/ts/.npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./ts/.npmrc
echo "@trust0:registry=https://registry.npmjs.org/" >> ./ts/.npmrc
env:
NPM_TOKEN: ${{ env.NPM_TOKEN }}

Expand Down

0 comments on commit aa2ebbb

Please sign in to comment.