We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref -
Originally posted by @tisonkun in #2301 (comment)
The text was updated successfully, but these errors were encountered:
Netty's workflow is using GitHub Actions as much as possible - https://netty.io/wiki/releasing-new-version.html
Sorry, something went wrong.
Some prototyping on multiple steps deploy:
# multiple staging on different machines mvn -Papache-release package verify org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DaltStagingDirectory=$LOCAL_STAGING -DskipRemoteStaging=true -DnexusUrl=https://repository.apache.org/ -DserverId=apache.releases.https -Dgpg.keyname=$GPG_KEYNAME # upload $LOCAL_STAGING/deferred/.index and $LOCAL_STAGING/deferred/* # download all the artifacts mvn org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DaltStagingDirectory=$LOCAL_STAGING
https://github.com/tisonkun/opendal/actions/runs/5081365365
Successfully merging a pull request may close this issue.
Ref -
Originally posted by @tisonkun in #2301 (comment)
The text was updated successfully, but these errors were encountered: