Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Oct 26, 2023
1 parent f6bcdd9 commit 0681c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: bun run build

- name: Set NPM_TOKEN
run: npm config set _authToken=${{secrets.NPM_TOKEN}}
run: npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}

- name: Publish
if: "!github.event.release.prerelease"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ jobs:
run: bun run build

- name: Set NPM_TOKEN
run: npm config set _authToken=${{secrets.NPM_TOKEN}}
run: npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}

- name: Publish ci version
working-directory: ./dist
Expand Down

0 comments on commit 0681c5b

Please sign in to comment.