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
I'm trying to use github action to publish my libs to github-packages.
(Currently we are already publishing our libs to Nexus in our infrastructure, and everything is ok.)
But want happen when I publish to github-package is this:
github-package
<dependency> <groupId>{{groupId}}.{{my-component_2</groupId> <artifactId>12</artifactId> <version>1.3.3-snapshot</version> </dependency>
Have you have this behavior on github-package ?
NOTE: I know that this problem may not be related to your action, but if you can help would be nice :)
The text was updated successfully, but these errors were encountered:
I'm not sure what the problem you're describing is. Could you provide more details?
Sorry, something went wrong.
No branches or pull requests
I'm trying to use github action to publish my libs to github-packages.
(Currently we are already publishing our libs to Nexus in our infrastructure, and everything is ok.)
But want happen when I publish to
github-package
is this:Have you have this behavior on github-package ?
NOTE: I know that this problem may not be related to your action, but if you can help would be nice :)
The text was updated successfully, but these errors were encountered: