quarkiverse / quarkus-dapr

The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
https://dapr.io/
Apache License 2.0
30 stars 16 forks source link

Release workflow is not working #151

Closed zhfeng closed 7 months ago

zhfeng commented 8 months ago

see https://github.com/quarkiverse/quarkus-dapr/actions/runs/7758163252/job/21159279801

zhfeng commented 8 months ago

@gastaldi can you take a look? I have to remove Update latest release version in docs step right now.

zhfeng commented 8 months ago

And it could impact other repos as well.

gastaldi commented 8 months ago

@zhfeng your docs module is missing the pom.xml. Copy from what's generated with quarkus create extension dapr

zhfeng commented 8 months ago

Hmm, it looks like we don't have it for a long time!

zhfeng commented 8 months ago

I will take a look after release 2.0.1

mcruzdev commented 7 months ago

Hi @zhfeng, how are you? I added the pom.xml to the extension, can you review it? #162

@gastaldi Is it necessary to do something else to get the documentation works well, again?