update package ci
This commit is contained in:
20
.github/workflows/dart.yml
vendored
20
.github/workflows/dart.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Dart CI
|
name: Publish plugin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,17 +6,15 @@ on:
|
|||||||
- v*
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
publish:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
|
||||||
image: google/dart:latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Publish Dart/Flutter package
|
- name: Checkout
|
||||||
uses: sakebook/actions-flutter-pub-publisher@v1.2.1
|
uses: actions/checkout@v1
|
||||||
with:
|
- name: Publish
|
||||||
credential: ${{ secrets.CREDENTIALS }}
|
uses: sakebook/actions-flutter-pub-publisher@v1.2.1
|
||||||
flutter_package: true
|
with:
|
||||||
skip_test: true
|
credential: ${{ secrets.CREDENTIALS }}
|
||||||
|
skip_test: true
|
||||||
|
|||||||
Reference in New Issue
Block a user