derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

fix: remove dot to get rid of 404 links from logs #34

Closed Tjitse-E closed 2 years ago

Tjitse-E commented 2 years ago

Currently this message is in the logs:

Started updating xyz repo
  Cloning https://github.com/Vendic/xyz.

If you click on https://github.com/Vendic/xyz. it will result in a 404 because of the dot that's included in the url.

derberg commented 2 years ago

Thanks man and sorry for late response

derberg commented 2 years ago

@Tjitse-E hey, just released but after that noticed you did not update dist for the release, can you do it?

Tjitse-E commented 2 years ago

@derberg sure, how do you update the dist? I normally use ncc and run ncc build, but it seems to produce a different result.

derberg commented 2 years ago

@Tjitse-E please open up a PR with results of npm run package