Skip to content

Commit 2c46cc4

Browse files
committed
web: Specify --tag latest for npm publish explicitly
This became required with npm/cli#7910.
1 parent f84ba57 commit 2c46cc4

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)