diff --git a/.github/workflows/timezone.yml b/.github/workflows/timezone.yml index fc84539b..8adb557e 100644 --- a/.github/workflows/timezone.yml +++ b/.github/workflows/timezone.yml @@ -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: