indeedeng / iwf-java-sdk

Java SDK for iwf workflow engine(simple & powerful workflow as code engine based on Cadence/Temporal)
Apache License 2.0
13 stars 9 forks source link

auto publish to Maven on release #212

Open longquanzheng opened 11 months ago

longquanzheng commented 11 months ago

Something similar to python sdk: https://github.com/indeedeng/iwf-python-sdk/pull/35

However, not sure how we can workaround the signing requirements (must be a way, need some research)

longquanzheng commented 1 month ago

looks like we can put the private key(signing key) like this: https://medium.com/@jtbsorensen/publish-your-artifact-to-the-maven-central-repository-using-github-actions-15d3b5d9ce88