Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyamMaity committed Feb 11, 2022
2 parents ffcb3a6 + dd926d5 commit 18b71c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 }}
asset_content_type: ${{ matrix.asset_content_type }}

0 comments on commit 18b71c1

Please sign in to comment.