How to associate a package asset with a project release (as a Release Asset)? #148769
Replies: 3 comments
-
|
Hi, It seems like you're encountering a situation where a package is automatically associated as an asset with a particular release in your repository, but not with others. This could be due to an automated process within your CI/CD pipeline that links the package to the release in a way that GitHub detects it as an asset. Here are a few possibilities for why this might happen:
To investigate further, check your CI/CD pipeline configuration and see if there are any scripts or actions that could be automatically uploading or associating the package as an asset. Hope that helps! Let me know if you need further clarification. |
Beta Was this translation helpful? Give feedback.
-
|
I don't think any of those is the case. Some clarification:
|
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
In our organization we use repository Releases and Packages (Maven packages, if it matters). One particular repo produces 2 different Packages; a step in our CI/CD build script uploads the Package assets automatically.
For one particular Release, I see related Package assets associated with that Release as Assets, which is convenient. But it's just for that 1 release, no other releases include a Package as an asset. I'm quite sure I did not manually upload that Package as an Asset to the Release, so how is this accomplished?
Beta Was this translation helpful? Give feedback.
All reactions