Skip to content

Commit ea09aa2

Browse files
committed
update CI configuration for versioning and patching
1 parent cdb4690 commit ea09aa2

File tree

5 files changed

+2
-392
lines changed

5 files changed

+2
-392
lines changed

.appveyor.yml

Lines changed: 0 additions & 297 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
major=$(echo "$cv" | cut -d. -f1)
263263
minor=$(echo "$cv" | cut -d. -f2)
264264
265-
# Construct the package version: <major>.<minor>.0
265+
# Construct the package version
266266
PKG_VER="${major}.${minor}.${GITHUB_RUN_NUMBER}"
267267
fi
268268
@@ -278,6 +278,7 @@ jobs:
278278
echo "$PUB_DEV_TOKEN" | base64 --decode > $HOME/.config/dart/pub-credentials.json
279279
280280
- name: Patch pubspec versions
281+
if: startsWith(github.ref, 'refs/tags/v')
281282
shell: bash
282283
working-directory: "src"
283284
run: |

ci/download_artifact.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

ci/install_flutter.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)