Skip to content

![critical](https://www.gstatic.com/codereviewagent/critical.svg) #83

@tylerblakex-netizen

Description

@tylerblakex-netizen

critical

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.

      <url>https://maven.pkg.github.com/OWNER/AutoPost</url>

Originally posted by @gemini-code-assist in #75 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions