Skip to content

Commit 5cda825

Browse files
committed
web: Specify --tag latest for npm publish explicitly
This became required with npm/cli#7910.
1 parent 4ccd30a commit 5cda825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ jobs:
610610

611611
- name: Publish npm package
612612
# npm scoped packages are private by default, explicitly make public
613-
run: npm publish --access public --provenance
613+
run: npm publish --tag latest --access public --provenance
614614
continue-on-error: true
615615
working-directory: web/packages/selfhosted/dist
616616
env:

0 commit comments

Comments
 (0)