Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiyan-petrov committed Apr 23, 2024
1 parent 15881e0 commit ec370bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
new_version_changelog="## $new_version\n\n$changelog"
echo $new_version_changelog
echo -e "$new_version_changelog\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
- name: Install dependencies
uses: MobileDevOps/flutter-sdk-action@v1.0.0
- run: |
cd example
flutter pub get
cd ios
pod update Bandyer
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: Updated to version ${{ steps.output_tag.outputs.TAG }}"
Expand Down

0 comments on commit ec370bb

Please sign in to comment.