Skip to content

Commit 041d762

Browse files
committed
Disable repetitive publishing of Dart package
1 parent 0d70a05 commit 041d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ for:
133133
if [[ "$APPVEYOR_REPO_TAG_NAME" != "" ]]; then
134134
mkdir -p $HOME/.config/dart
135135
echo $PUB_DEV_TOKEN | base64 --decode > $HOME/.config/dart/pub-credentials.json
136-
dart pub publish -f
136+
#dart pub publish -f
137137
fi
138138
139139
# ======================================

0 commit comments

Comments
 (0)