fix(#1): link-package depends on build, not skipped publish steps
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:
2026-02-14 22:58:37 -06:00
parent 3b5c47af84
commit 0b0fb9ab7b

View File

@@ -139,5 +139,4 @@ steps:
- branch: [main, develop]
event: [push, manual, tag]
depends_on:
- publish-release
- publish-dev
- build