Skip to content

Commit c3d57c4

Browse files
authored
Fix publishing to npm on tag build (#6295)
1 parent 21d9eaa commit c3d57c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ jobs:
358358
uses: actions/setup-node@v3
359359
with:
360360
node-version: 16
361+
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
361362

362363
- name: Download artifacts
363364
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)