• github action build Android(apk and aar)

    # name of the workflowname: Android Build CI/CDon: push: branches: countly # pull_request: # branches: [ staging ] tags: - 'v*'jobs:...

    github action 获取tag

    on: push: tags: - 'v*.*.*'jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set env run: ...