Skip to content

Commit 0ddf8d8

Browse files
committed
fix(release): commenter l'URL du registre npm dans le workflow de publication
1 parent f8b1bad commit 0ddf8d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
uses: actions/setup-node@v4
267267
with:
268268
node-version: '22'
269-
registry-url: 'https://registry.npmjs.org'
269+
# registry-url: 'https://registry.npmjs.org'
270270

271271
- name: Publish on npm
272272
run: |

0 commit comments

Comments
 (0)