Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Apm publish fails after renaming a repo #153

Closed
TheoWinterhalter opened this issue Jul 17, 2014 · 5 comments
Closed

Apm publish fails after renaming a repo #153

TheoWinterhalter opened this issue Jul 17, 2014 · 5 comments

Comments

@TheoWinterhalter
Copy link

It seems publishing is not possible after renaming a repository (and updating the package.json in consequence).

I get the following (I just renamed my repo on github to match my package name):

apm publish patch
Preparing and tagging a new version ✓
Pushing v1.6.2 tag ✓
Publishing [email protected]
Creating new version failed: Git tag not found

Of course the tag still exists.

http://discuss.atom.io/t/cant-publish-package/4890 for more information

@thedaniel
Copy link
Contributor

This is a known issue with the API that we hope to remedy soon. In the meantime, I've manually updated the repo info in the database - try again and let me know how it goes.

@TheoWinterhalter
Copy link
Author

It indeed worked. Thanks a lot.

@kevinsawicki
Copy link
Contributor

Fixed by #161

@bmathews
Copy link

bmathews commented Sep 8, 2014

I'm having an issue republishing my theme after renaming my github username from moonsspoon to bmathews. Users are getting a Unable to download https://www.atom.io/api/packages/atom-dark-ui-slim/versions/0.4.0/tarball: 400 Bad Request Repository inaccessible when trying to install.

https://www.atom.io/api/packages/atom-dark-ui-slim/

Trying to publish gives me this git tag not found error, even though the tag exists.

$ apm publish --tag v0.4.3
Publishing [email protected] ✗
Creating new version failed: Git tag not found

@kevinsawicki
Copy link
Contributor

@bmathews would you mind opening a new issue for this? https://github.com/atom/apm/issues/new

Thanks

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

No branches or pull requests

5 participants