Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't publish my repo #231

Open
vporton opened this issue Jun 15, 2024 · 1 comment
Open

I can't publish my repo #231

vporton opened this issue Jun 15, 2024 · 1 comment

Comments

@vporton
Copy link

vporton commented Jun 15, 2024

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
Copy link
Owner

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants