Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Create pub_dry_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 23, 2021
1 parent 8c23e28 commit 100379f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pub_dry_run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pub Publish dry run

on: [push]

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: true

0 comments on commit 100379f

Please sign in to comment.