allure-framework / setup-allurectl

Set up your GitHub Actions workflow with a specific version of allurectl
https://qameta.io
Apache License 2.0
13 stars 3 forks source link

v1 tag not pointed at the latest v1 release #144

Open darrencrossley opened 3 weeks ago

darrencrossley commented 3 weeks ago

We ran into this issue because we were getting deprecation warning for node v20 as was fixed in https://github.com/allure-framework/setup-allurectl/issues/139 back in May, however because we followed the docs and installed using this code:

- uses: allure-framework/setup-allurectl@v1

We only got the v1.0.0.

I think it's common practice to either bump the v1 tag on each release of v1.x or (maybe) even github does this automatically if there is no v1 tag in the repo. Either way the tag points to the original v1.0.0 release: https://github.com/allure-framework/setup-allurectl/tags