Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 24, 2022
1 parent 6fa0911 commit 83f8a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
git fetch
git pull origin
dart pub get -C tools
dart run tools/set_version.dart --build-number increment ${{ github.event.inputs.next_version }} --changelog
dart run tools/set_version.dart --build-number keep ${{ env.BUTTERFLY_VERSION }} --changelog
dart run tools/set_version.dart --build-number increment ${{ github.event.inputs.next_version }} --no-changelog
git add .
git commit -m "Update Version to ${{ github.event.inputs.next_version }}"
git push origin
Expand Down

0 comments on commit 83f8a9d

Please sign in to comment.