From c47a48ab4ad539bb43b6976b16005cc72eb0ba5c Mon Sep 17 00:00:00 2001 From: code42maestro Date: Sat, 7 Oct 2023 16:38:10 +0200 Subject: [PATCH] Changed gh workflow --- .github/workflows/publish.yml | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79333b9..6f1dd45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,8 @@ name: Publish to pub.dev on: workflow_dispatch: - release: - types: [ published ] + push: + paths: [ "pubspec.yaml" ] jobs: build: diff --git a/example/pubspec.lock b/example/pubspec.lock index ab67a5f..f0d338d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -71,7 +71,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" equatable: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1d1c7df..34d82dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dart_untis_mobile description: "A pure dart library implementing the Untis Mobile API (https://www.untis.at/produkte/webuntis/untis-mobile-app)." repository: https://github.com/Code42Maestro/dart_untis_mobile -version: 1.0.0 +version: 1.0.1 topics: - untis - webuntis