We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d70a05 commit 041d762Copy full SHA for 041d762
.appveyor.yml
@@ -133,7 +133,7 @@ for:
133
if [[ "$APPVEYOR_REPO_TAG_NAME" != "" ]]; then
134
mkdir -p $HOME/.config/dart
135
echo $PUB_DEV_TOKEN | base64 --decode > $HOME/.config/dart/pub-credentials.json
136
- dart pub publish -f
+ #dart pub publish -f
137
fi
138
139
# ======================================
0 commit comments