ZenVoich / mops

Package manager for the Motoko programming language
https://mops.one
MIT License
40 stars 5 forks source link

I can't publish my repo #231

Open vporton opened 5 months ago

vporton commented 5 months ago

I can't publish my repo https://github.com/vporton/join-proxy-motoko - I don't understand why.

$ mops publish
Publishing joinproxy@1.0.0
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
ZenVoich commented 5 months ago

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"