Skip to content

Commit

Permalink
change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 17, 2024
1 parent 16c63c8 commit 9c33664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish flutter to pub.dev
## Caller of this workflow should use it as follows:
## jobs:
## publish:
## uses: dart-lang/setup-dart/.github/workflows/publish.yml@main [or a recent commit hash / version tag]
## uses: dart-lang/setup-dart/.github/workflows/flutter_publish.yml@main [or a recent commit hash / version tag]
## # with:
## # working-directory: path/to/sub/directory

Expand All @@ -24,7 +24,7 @@ on:
type: boolean

jobs:
publish:
flutter_publish:
name: 'Publish to pub.dev'
environment: ${{ inputs.environment }}
permissions:
Expand Down

0 comments on commit 9c33664

Please sign in to comment.