-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e43a77e
commit 6c2f2be
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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/[email protected] | ||
id: msixver | ||
|