-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #359 from thomassth/actions
- Loading branch information
Showing
3 changed files
with
7 additions
and
208 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 |
---|---|---|
|
@@ -29,16 +29,19 @@ jobs: | |
- name: Edit pubspec.ymal for dev release | ||
run: | | ||
sed -i "s/version.*/&-$GITHUB_RUN_ID/" pubspec.yaml | ||
- name: Get Changelog Entry | ||
id: changelog_reader | ||
uses: mindsers/[email protected] | ||
- name: Edit changelog.md for dev release | ||
run: | | ||
sed -i "0,/\#\# \[.*/s//## [${{steps.changelog_reader.outputs.version}}-$GITHUB_RUN_ID]/" CHANGELOG.md | ||
cat CHANGELOG.md | ||
- name: Publish package | ||
uses: sakebook/[email protected] | ||
with: | ||
credential: ${{ secrets.CREDENTIALS }} | ||
flutter_package: true | ||
skip_test: false | ||
dry_run: true | ||
- name: Get Changelog Entry | ||
id: changelog_reader | ||
uses: mindsers/[email protected] | ||
- name: Add entry to Github release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,6 @@ jobs: | |
credential: ${{ secrets.CREDENTIALS }} | ||
flutter_package: true | ||
skip_test: false | ||
dry_run: true | ||
- name: Get Changelog Entry | ||
id: changelog_reader | ||
uses: mindsers/[email protected] | ||
|
This file was deleted.
Oops, something went wrong.