diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 346f9ad..2f45c0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,9 @@ name: Release on: workflow_dispatch: # Allow manual workflow dispatch + push: + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: @@ -155,4 +158,4 @@ jobs: upload_url: ${{ needs.draft-release.outputs.upload_url }} asset_path: ./flutter_pkg_${{ matrix.target }}${{ matrix.asset_extension }} asset_name: flutter_pkg_${{ matrix.target }}${{ matrix.asset_extension }} - asset_content_type: ${{ matrix.asset_content_type }} \ No newline at end of file + asset_content_type: ${{ matrix.asset_content_type }}