-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to release version 3.3.0 #107
Comments
The warning is now gone due to #108 , but the error remains:
|
Tried to go back to |
Found out that the key being expired is the actual problem. To update the expired key, I had to run this locally on my own computer:
Unfortunately, there is now a new error:
|
Good to know that you have found the reason. It's hard to test if I don't have access to the secrets 😄 |
I would recommended to move this into a branch and adjust the Github Action configuration for testing and drop the failed tags / releases. The POM is currently 3.1.0 but the tags are now 3.3.0. |
I dropped the 3.3.0 tag again now. |
I cannot reproduce the error
|
Could you re-run Maven using the |
I don't have time now, but how come you see version 3.1.0? The current latest version on |
Fixed it. The reason was that the release build used |
I just tried to release a new version 3.3.0, but I keep running into issues with
maven-gpg-plugin
:I also tried to set the version explictly to 3.0.1 as there is a property in the
pom.xml
for it, but it was not used. But that gives the same error.I did not change anything to the secrets that are available in Github on this project, so I don't know why this is now failing. If anybody has a clue, I would be happy to hear it.
The text was updated successfully, but these errors were encountered: