mops icon indicating copy to clipboard operation
mops copied to clipboard

I can't publish my repo

Open vporton opened this issue 1 year ago • 1 comments

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

vporton avatar Jun 15 '24 12:06 vporton

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"

ZenVoich avatar Jun 18 '24 13:06 ZenVoich