Merge pull request #129 from appwrite/lohanidamodar-patch-1

This commit is contained in:
Damodar Lohani
2023-03-08 07:14:46 +05:45
committed by GitHub
+7 -2
View File
@@ -5,6 +5,11 @@ dart: stable
os: linux
install:
- cd ~
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
- export PATH="$PATH:$(pwd)/flutter/bin/cache/dart-sdk/bin"
- export PATH="$PATH:$(pwd)/flutter/bin"
- flutter doctor
- mkdir -p ~/.config/dart
- |
cat <<EOF > ~/.config/dart/pub-credentials.json
@@ -19,6 +24,6 @@ install:
deploy:
provider: script
skip_cleanup: true
script: dart format ./lib/ && dart pub publish -f
script: dart format ./lib/ && flutter pub publish -f
on:
tags: true
tags: true