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 ] 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'