We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496cfeb commit af9256fCopy full SHA for af9256f
.github/workflows/publisher.yml
@@ -22,8 +22,18 @@ jobs:
22
flutter-version: 3.27.4
23
- name: Install dependencies
24
run: flutter pub get
25
- - name: Dart and Flutter Package Publisher
26
- uses: k-paxian/[email protected]
+ # - name: Dart and Flutter Package Publisher
+ # 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]
34
with:
- flutterBranch: stable
- credentialJson: ${{ secrets.CREDENTIAL_JSON }}
35
+ credential: ${{ secrets.CREDENTIAL_JSON }}
36
+ skip_test: true
37
+
38
39
0 commit comments