S-ResearchStack / app-sdk

Apache License 2.0
27 stars 20 forks source link

[CICD] Implement maven publish pipeline #7

Closed jjyun-do closed 2 months ago

jjyun-do commented 9 months ago

trigger:

on:
  push:
    # Pattern matched against refs/tags
    tags:        
      - '**'  

what:

  1. build the aar file for all modules (kit, health-data, backend)
  2. upload aar file to the maven repository

ref:

https://github.com/marketplace?category=&query=maven+sort%3Apopularity-desc&type=actions&verification=