Skip to content

Commit 0e00012

Browse files
ci: Fix deploy job
1 parent 49feebc commit 0e00012

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/base.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
PUB_DEV_PUBLISH_ACCESS_TOKEN: ${{ secrets.PUB_DEV_PUBLISH_ACCESS_TOKEN }}
7676
PUB_DEV_PUBLISH_REFRESH_TOKEN: ${{ secrets.PUB_DEV_PUBLISH_REFRESH_TOKEN }}
7777
run: |
78-
sh ./tools/pub_login.sh
78+
sh ./tool/pub_login.sh
7979
- name: Publish package
80-
run: |
81-
pushd packages/form_builder_phone_field
82-
dart pub publish -v -f
80+
run: dart pub publish -v -f

0 commit comments

Comments
 (0)