Skip to content

Commit

Permalink
Merge pull request #359 from thomassth/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth authored Nov 23, 2021
2 parents 1f6a2ce + 1c3cb42 commit bf4371b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 208 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
203 changes: 0 additions & 203 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit bf4371b

Please sign in to comment.