Skip to content

Commit 3e8a24c

Browse files
authored
chore(ci): remove registry URL from publish workflow
Removes registry-url to enable trusted publishing
1 parent bd3b632 commit 3e8a24c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: '20'
24-
registry-url: 'https://registry.npmjs.org'
2524

2625
- name: Install Dependencies
2726
run: npm ci

0 commit comments

Comments
 (0)