mops
mops copied to clipboard
I can't publish my repo
I can't publish my repo https://github.com/vporton/join-proxy-motoko - I don't understand why.
$ mops publish
Publishing [email protected]
Generating documentation...
Parsing CHANGELOG.md...
CHANGELOG.md not found
Fetching release notes from GitHub...
No GitHub release found with name 1.0.0 or v1.0.0
Running tests...
No test files found
Put your tests in 'test' directory in *.test.mo files
Uploading files [: ]
Error: Repository verification failed: Response status 404
The repository field in your mops.toml refers to joining-proxy-rust but your repo name is join-proxy-motoko
so changes to mops.toml should help:
- repository = "https://github.com/vporton/joining-proxy-rust"
+ repository = "https://github.com/vporton/join-proxy-motoko"