Skip to content

Commit

Permalink
chore(1.6.1): update publish make
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqq committed Apr 4, 2024
1 parent 256ad7b commit 73e2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/makefile/pub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ check: analyze
# Publish package
publish:
@echo "╠ RUN PUBLISHING..."
@dart pub publish || (echo "▓▓ Publish error ▓▓"; exit 1)
@dart pub publish --server=https://pub.dartlang.org || (echo "▓▓ Publish error ▓▓"; exit 1)
@echo "╠ PUBLISH PACKAGE SUCCESSFULLY"

0 comments on commit 73e2fa4

Please sign in to comment.