We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d9b77 commit 272421bCopy full SHA for 272421b
1 file changed
.github/workflows/publish_manually.yml
@@ -0,0 +1,17 @@
1
+name: Pub Publish manually
2
+
3
+on: workflow_dispatch
4
5
+jobs:
6
+ publish:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Checkout
10
+ uses: actions/checkout@v1
11
+ - name: Publish
12
+ uses: sakebook/actions-flutter-pub-publisher@v1.3.0
13
+ with:
14
+ credential: ${{ secrets.CREDENTIAL_JSON }}
15
+ flutter_package: true
16
+ skip_test: true
17
+ dry_run: false
0 commit comments