Skip to content

Commit

Permalink
Add manually publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 16, 2021
1 parent 23d9b77 commit 272421b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish_manually.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pub Publish manually

on: workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: false

0 comments on commit 272421b

Please sign in to comment.