lukaszlenart opened a new pull request, #80: URL: https://github.com/apache/struts-intellij-plugin/pull/80
## Summary The two-phase release setup attached the plugin zip to the GitHub pre-release in `prepare_release.yml`, then `release.yml` tried to upload the same file again on promotion — failing the `v261.19017.1` publish run with `asset under the same name already exists: [struts2-261.19017.1.zip]`. This removes the redundant `Upload Release Asset` step. The Marketplace publish (the only step that needs to happen on promotion) already runs before it, and the asset PMC voted on stays untouched. See failing run: https://github.com/apache/struts-intellij-plugin/actions/runs/25051059276/job/73378668748 ## Test plan - [ ] Next prepare → promote cycle completes without the upload error - [ ] Changelog-update PR is created on promotion (was skipped this time due to the upload failure) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
