Skip to content

修改版本号为3.0.3 #2

修改版本号为3.0.3

修改版本号为3.0.3 #2

Workflow file for this run

name: publish
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
skip_test: true
dry_run: false