Hello,
While trying to set up an autoupdate feature based on Github API and relying on release names to guess which built vertd binary is the last one on the repo, I notice that for some reason the release counter got reset last October, leading to confusing release numbers and in the future to duplicate release names.
Would it be possible to set in rust.yaml workflow a (partially) new string for the release name so that releases can be ordered chronologically by their name from the next release on?
|
name: "Nightly build #${{ github.run_number }}" |
Hello,
While trying to set up an autoupdate feature based on Github API and relying on release names to guess which built
vertdbinary is the last one on the repo, I notice that for some reason the release counter got reset last October, leading to confusing release numbers and in the future to duplicate release names.Would it be possible to set in rust.yaml workflow a (partially) new string for the release name so that releases can be ordered chronologically by their name from the next release on?
vertd/.github/workflows/rust.yml
Line 95 in ed746da