Skip to content

Commit

Permalink
force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lejard-h committed May 17, 2021
1 parent c081324 commit 45cd40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

PKG=$1
echo -e "\033[1mPKG: ${PKG}\033[22m"
pushd "${PKG}"
Expand All @@ -12,5 +14,5 @@ sed '/Comment before publish$/,+2 d' pubspec.yaml > pubspec.temp.yaml
rm pubspec.yaml
mv pubspec.temp.yaml pubspec.yaml

dart pub publish
dart pub publish -f
popd

0 comments on commit 45cd40c

Please sign in to comment.