Commit 901c8ee
fix: correct changeset package reference to workspace package (#174)
## Summary
The `fix-cross-version-sig-verify` changeset incorrectly referenced
`@resciencelab/agent-world-sdk` which is not a workspace package
recognized by changesets. This caused the release workflow
(`changesets/action`) to fail with:
```
Error: Found changeset fix-cross-version-sig-verify for package @resciencelab/agent-world-sdk which is not in the workspace
```
Changed the package reference to `@resciencelab/agent-world-network`
(the root workspace package).
Fixes the release workflow failure in
https://github.com/ReScienceLab/agent-world-network/actions/runs/23527121322/job/68482839337
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 0793b08 commit 901c8ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments