修改版本号2.4.4,iOS支持二次弹窗新增取消按钮 #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |