Skip to content

Commit 244a28d

Browse files
authored
Update publish.yaml (#217)
Fix typo in readme
1 parent bab9833 commit 244a28d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: Publish
1313
# tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
1414
# jobs:
1515
# publish:
16-
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
16+
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1717

1818
# Callers may optionally specify the version of the SDK to use when publishing a
1919
# package. This can be useful if your package has a very recent minimum SDK
@@ -23,7 +23,7 @@ name: Publish
2323
#
2424
# jobs:
2525
# publish:
26-
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
26+
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
2727
# with:
2828
# sdk: beta
2929

@@ -33,7 +33,7 @@ name: Publish
3333
#
3434
# jobs:
3535
# publish:
36-
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
36+
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
3737
# with:
3838
# use-flutter: true
3939

@@ -42,7 +42,7 @@ name: Publish
4242
#
4343
# jobs:
4444
# publish:
45-
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
45+
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
4646
# with:
4747
# write-comments: false
4848

0 commit comments

Comments
 (0)