Skip to content

Commit ccfc4ca

Browse files
committed
version.sh publish dry run uses --tag latest
1 parent e280616 commit ccfc4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# x.x.x-date-yyyy.mm.dd
44
npm version 1.0.0-date-$(date +%Y.%m.%d)
55

6-
npm publish --access public --dry-run
6+
npm publish --access public --dry-run --tag latest

0 commit comments

Comments
 (0)