Closed lovasoa closed 2 months ago
This would be great - ideally, v1
should point to the latest v1.X.Y
release (currently it's v1.4.0
), which I think is the de-facto standard with GitHub Actions (i.e. https://github.com/actions/checkout/tags).
Does anyone know how other actions do that automatically?
GitHub docs don't mention any 'official way' and the two GitHub-owned actions I checked (the ones I use the most often) use two (slightly) different approaches...
https://github.com/actions/checkout/blob/main/.github/workflows/update-main-version.yml
https://github.com/actions/setup-python/blob/main/.github/workflows/release-new-action-version.yml
I'm creating the v1 tag now manually.
Hello, The dokku docs mention the following github workflow file:
source: https://dokku.com/docs/deployment/continuous-integration/github-actions/
However, this does not work, because there is no
v1
tag in this repo. It would be great to create a v1 tag and point it (currently) to v1.0.2.