Commit 35a6091
fix(fork): link published packages to the fork repo
Published packages weren't appearing in the fork's Packages view because
their repository.url still pointed at upstream (pascalorg/editor) — the source
is kept identical to upstream and the scope-rewrite only touches @pascal-app/
tokens. GitHub Packages couldn't associate them with the fork, so they landed
unlinked under the account.
Rewrite repository.url in the packed artifact to ${GITHUB_REPOSITORY} (the
publishing fork) so GitHub links the package to this repo. Source stays
untouched; works for any fork/scope since it reads the repo from CI.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7d7027d commit 35a6091
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
54 | 71 | | |
55 | 72 | | |
56 | 73 | | |
| |||
80 | 97 | | |
81 | 98 | | |
82 | 99 | | |
| 100 | + | |
83 | 101 | | |
84 | 102 | | |
85 | 103 | | |
| |||
0 commit comments