You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL for the GitHub Packages repository in distributionManagement appears to be incorrect. GitHub Packages expects the URL to be in the format https://maven.pkg.github.com/OWNER/REPOSITORY. The current configuration uses ${project.groupId}/${project.artifactId}, which will resolve to com.autopost/autopost and cause deployment to fail. This should be changed to match your GitHub repository path, which seems to be OWNER/AutoPost based on other parts of this file.