Skip to content

Commit cced291

Browse files
authored
update the publishing script (dart-archive/io#96)
1 parent 1762ff9 commit cced291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/io/.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
14-
uses: devoncarew/firehose/.github/workflows/publish.yaml@main
14+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

pkgs/io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ void main() {
100100

101101
## Publishing automation
102102

103-
For information about our publishing automation and process, see
103+
For information about our publishing automation and release process, see
104104
https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

0 commit comments

Comments
 (0)