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

The dist files for v1.1 are still from v1.0 #22

Closed
jgillick opened this issue Apr 9, 2021 · 1 comment
Closed

The dist files for v1.1 are still from v1.0 #22

jgillick opened this issue Apr 9, 2021 · 1 comment

Comments

@jgillick
Copy link
Contributor

jgillick commented Apr 9, 2021

The bundled/built dist/index.js file still still attempts to git fetch ${branch} --depth=1 and npm ci in getRawCoverage.ts.

However, it looks like dist is up-to-date in master. So the tag just needs to be moved, or create a new v1.1.1 tag.

To move the tag

git tag --force v1.1
git push --force --tags
@ArtiomTr
Copy link
Owner

Thank you for your issue!

New version v1.2 is released

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