update the publishing script (dart-lang/timing#26)

diff --git a/pkgs/timing/.github/workflows/publish.yaml b/pkgs/timing/.github/workflows/publish.yaml
index ef785c7..fcb7ccb 100644
--- a/pkgs/timing/.github/workflows/publish.yaml
+++ b/pkgs/timing/.github/workflows/publish.yaml
@@ -11,4 +11,4 @@
 jobs:
   publish:
     if: ${{ github.repository_owner == 'dart-lang' }}
-    uses: devoncarew/firehose/.github/workflows/publish.yaml@main
+    uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
diff --git a/pkgs/timing/README.md b/pkgs/timing/README.md
index 0b4e87b..ad7481a 100644
--- a/pkgs/timing/README.md
+++ b/pkgs/timing/README.md
@@ -26,5 +26,5 @@
 
 ## Publishing automation
 
-For information about our publishing automation and process, see
+For information about our publishing automation and release process, see
 https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.