Skip to content

Commit

Permalink
tools: update publish script
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 3, 2024
1 parent 8dbdc01 commit 22fb806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish_http_input.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unset PUB_HOSTED_URL
cd image_size_getter_http_input
cd packages/image_size_getter_http_input
dart pub publish
2 changes: 1 addition & 1 deletion publish_library.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unset PUB_HOSTED_URL
cd library
cd packages/image_size_getter
dart pub publish

0 comments on commit 22fb806

Please sign in to comment.