I am appreciated if you can help for this issue.
I raised the problem with details in https://github.com/drone-plugins/drone-downstream/issues/32
Because of this issue, all builds with chained with downstream are broken.
I also hope if you fix the issue with 1.0.<build_number>
for all other plugins as well, so we can avoid the problem in the future.
Updates
I have raised the PR (https://github.com/drone-plugins/drone-downstream/pull/33) to fix this issue
- tags: [ latest, 1.0.0, 1.0, 1 ]
+ tags:
+ - latest
+ - 1.0
+ - 1
+ - 1.0.${DRONE_BUILD_NUMBER}
Please review and approve. If it is fine, please do the same for other drone-plugins.
By the way, can I apply the write permission in originzation drone-plugins
?