Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/timezone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ jobs:
id: refresh
run: tool/refresh.sh

- name: Install changelog updater
run: |
dart install --git-path pkgs/repo_manage https://github.com/dart-lang/ecosystem.git
echo "$HOME/.local/state/Dart/install/bin" >> $GITHUB_PATH

- name: Update changelog
run: report changelog "Update timezone database to ${{ steps.refresh.outputs.tz_version }}."

- name: Create Pull Request
uses: peter-evans/create-pull-request@6fff569d741c6b8131d2a49663b16573ef90be31
with:
Expand Down
Loading