lmos-ai / arc

The goal of the Arc project is to utilize the power of Kotlin DSL and Kotlin Scripting to define a language optimized for building LLM powered solutions.
https://www.telekom.com/imprint
66 stars 3 forks source link

bug: disable artifact signing when publishing artifacts #18

Closed kaikreuzer closed 3 months ago

kaikreuzer commented 3 months ago

The release publishing workflow is failing due to missing signing keys.

This PR fixes this by disabling artifact signing. Please note that this is a quick fix. To do proper releases, a signing key must be created and correctly configured in the pipeline. I have created https://github.com/lmos-ai/arc/issues/17 for this as a follow-up.