Skip to content

Commit

Permalink
Update publish.yaml (#217)
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
mosuem authored Jan 9, 2024
1 parent bab9833 commit 244a28d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Publish
# tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
# jobs:
# publish:
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

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

Expand All @@ -33,7 +33,7 @@ name: Publish
#
# jobs:
# publish:
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
# with:
# use-flutter: true

Expand All @@ -42,7 +42,7 @@ name: Publish
#
# jobs:
# publish:
# uses: dart-lang/ecosystem/.github/workflows/publish.yml@main
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
# with:
# write-comments: false

Expand Down

0 comments on commit 244a28d

Please sign in to comment.