You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because the deploy step has built a new jar without any source.
We have a manual step between building / testing and deploying as we don't want to automatically push every commit to clojars. So we copy the built jar to the workspace and the idea was once the deploy step was triggered it would use that. This has worked correctly when creating the release on GitHub but the lein deploy step seems to have built a new jar. This new jar doesn't contain any source files as we didn't copy them to the workspace between steps!
The text was updated successfully, but these errors were encountered:
I think this is because the deploy step has built a new jar without any source.
We have a manual step between building / testing and deploying as we don't want to automatically push every commit to clojars. So we copy the built jar to the workspace and the idea was once the deploy step was triggered it would use that. This has worked correctly when creating the release on GitHub but the lein deploy step seems to have built a new jar. This new jar doesn't contain any source files as we didn't copy them to the workspace between steps!
The text was updated successfully, but these errors were encountered: