fix(#1): link-package depends on build, not skipped publish steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Woodpecker cannot resolve depends_on for steps excluded by when clauses. On develop, publish-release is skipped (main-only), making it an unknown dependency. Changed to depend on build instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -139,5 +139,4 @@ steps:
|
|||||||
- branch: [main, develop]
|
- branch: [main, develop]
|
||||||
event: [push, manual, tag]
|
event: [push, manual, tag]
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish-release
|
- build
|
||||||
- publish-dev
|
|
||||||
|
|||||||
Reference in New Issue
Block a user