update the publishing script (#96)
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index ef785c7..fcb7ccb 100644
--- a/.github/workflows/publish.yaml
+++ b/.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/README.md b/README.md
index bd36a55..3f199d5 100644
--- a/README.md
+++ b/README.md
@@ -100,5 +100,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.