diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f9abb999..3e66be47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ on: - desktop_webview_window - desktop_drop - desktop_lifecycle + - win_toast push: tags: - 'ogg_opus_player-v[0-9]+.[0-9]+.[0-9]+*' @@ -20,6 +21,7 @@ on: - 'desktop_webview_window-v[0-9]+.[0-9]+.[0-9]+*' - 'desktop_drop-v[0-9]+.[0-9]+.[0-9]+*' - 'desktop_lifecycle-v[0-9]+.[0-9]+.[0-9]+*' + - 'win_toast-v[0-9]+.[0-9]+.[0-9]+*' jobs: publish: diff --git a/packages/win_toast/CHANGELOG.md b/packages/win_toast/CHANGELOG.md index ab7611b9..bbb6d100 100644 --- a/packages/win_toast/CHANGELOG.md +++ b/packages/win_toast/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + +* Fix not working if packaged by msix([#375](https://github.com/MixinNetwork/flutter-plugins/pull/375)) + ## 0.3.0 **BREAKING CHANGES** diff --git a/packages/win_toast/pubspec.yaml b/packages/win_toast/pubspec.yaml index b6a54910..c43c9379 100644 --- a/packages/win_toast/pubspec.yaml +++ b/packages/win_toast/pubspec.yaml @@ -1,6 +1,6 @@ name: win_toast description: a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system. -version: 0.3.0 +version: 0.3.1 homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/win_toast environment: