Skip to content

Release script is raising some warnings #599

Closed
@brunoocasali

Description

@brunoocasali

https://github.com/meilisearch/meilisearch-java/actions/workflows/ossrh-publish.yml
https://github.com/meilisearch/meilisearch-java/actions/runs/4285342955/jobs/7463520292

There is some warnings raised by the publish action: ./gradlew closeAndReleaseRepository

> Task :closeRepository
DEPRECATION WARNING. The staging repository ID is not provided. The fallback mode may impact release reliability and is deprecated. Please consult the project FAQ how it can be fixed.
Requested operation was executed successfully in attempt 8 (maximum allowed 61)

> Task :releaseRepository
GET request failed. 404: , body: {"errors":[{"id":"*","msg":"No such repository: com***-1039"}]}
Requested operation was executed successfully in attempt 5 (maximum allowed 61)

> Task :closeAndReleaseRepository

It would be nice to take a look before it's too late (we can't release a new version for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceAnything related to maintenance (CI, tests, refactoring...)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions