Skip to content

Commit

Permalink
Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 2, 2021
1 parent e43a77e commit 6c2f2be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Set new Flutter version
run: cider version ${{ github.event.release.tag_name }}

- name: Set release changelog
run: cider release

- name: Flutter get packages
run: flutter pub get

Expand Down Expand Up @@ -81,6 +84,9 @@ jobs:
- name: Set new Flutter version
run: cider version ${{ github.event.release.tag_name }}

- name: Set release changelog
run: cider release

- name: Flutter get packages
run: flutter pub get

Expand Down Expand Up @@ -139,6 +145,9 @@ jobs:
- name: Set new Flutter version
run: cider version ${{ github.event.release.tag_name }}

- name: Set release changelog
run: cider release

- name: Generate MSIX-compatible version
uses: ashley-taylor/regex-property-action@1.2
id: msixver
Expand Down

0 comments on commit 6c2f2be

Please sign in to comment.