graphql-java-annotations
graphql-java-annotations copied to clipboard
Publish action failing due to invalid token
While working on: https://github.com/Enigmatis/graphql-java-annotations/issues/302 During the release, I started a publish action: https://github.com/Enigmatis/graphql-java-annotations/actions/runs/9745767091/job/26894508281
But it's failing due to:
Execution failed for task ':publishMavenPublicationToSonatypeRepository'.
> Failed to publish publication 'maven' to repository 'sonatype'
> Could not PUT 'https://oss.sonatype.org/service/local/staging/deployByRepositoryId/iogithubgraphql-java-1070/io/github/graphql-java/graphql-java-annotations/21.5/graphql-java-annotations-21.5.jar'. Received status code 401 from server: Content access is protected by token
May be token is expired and need to be updated ?