Skip to content

Commit af9256f

Browse files
authored
Update publisher.yml (#88)
1 parent 496cfeb commit af9256f

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/publisher.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,18 @@ jobs:
2222
flutter-version: 3.27.4
2323
- name: Install dependencies
2424
run: flutter pub get
25-
- name: Dart and Flutter Package Publisher
26-
uses: k-paxian/[email protected]
25+
# - name: Dart and Flutter Package Publisher
26+
# uses: k-paxian/[email protected]
27+
# with:
28+
# flutterBranch: stable
29+
# credentialJson: ${{ secrets.CREDENTIAL_JSON }}
30+
- name: Publish Dart/Flutter package
31+
# You may pin to the exact commit or the version.
32+
# uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1
33+
uses: sakebook/[email protected]
2734
with:
28-
flutterBranch: stable
29-
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
35+
credential: ${{ secrets.CREDENTIAL_JSON }}
36+
skip_test: true
37+
38+
39+

0 commit comments

Comments
 (0)