Skip to content

Commit 65c6e67

Browse files
committed
feat: add npm registry URL to GitHub workflow
Add registry-url to setup-node action in publish workflow to ensure packages are published to the correct npm registry. Ticket: BTC-0
1 parent 00eb6e6 commit 65c6e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
registry-url: https://registry.npmjs.org
3031

3132
- name: Ensure npm 11.5.1 or later for trusted publishing
3233
run: |

0 commit comments

Comments
 (0)