From 6debd1f5d5ee412165ea92350eead61874ecdb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Sat, 3 Aug 2024 17:32:02 +0200 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 648f792..587c567 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.4+1 +version: 0.1.5+1 environment: sdk: '>=3.4.3 <4.0.0' From d94cc4e6c817130d3395a85800f429bcb234481b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Sat, 3 Aug 2024 23:40:03 +0200 Subject: [PATCH 2/2] Run release CI on tag push --- .github/workflows/create_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 8fefbe1..b936586 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -3,6 +3,9 @@ name: Create Release on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + push: + tags: + - '*' release: types: [ published ]