Skip to content

Commit d06c9d9

Browse files
Update publish action
1 parent b9ce183 commit d06c9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: flutter pub get
5151

5252
- name: Publish to Pub.dev
53-
run: pub publish --dry-run
53+
run: flutter pub publish --dry-run
5454

5555
- name: push build status to Slack
5656
uses: 8398a7/action-slack@v3

0 commit comments

Comments
 (0)