hashicorp / tfc-workflows-github

HCP Terraform starter workflows and github actions to automate Terraform Cloud CI/CD pipelines.
Mozilla Public License 2.0
124 stars 20 forks source link

Create major version tag #26

Open nightpool opened 9 months ago

nightpool commented 9 months ago

Right now, it's impossible to use tfc-workflows-github with a major version tag, because the repo does not contain one. This is good practice for all Github actions, and it makes it easier to distribute bug fixes (for example, a lot of the existing documentation hard-codes action version v1.0.0, which has a critical bug when used with auto-apply workspaces)

mjyocca commented 7 months ago

Thanks @nightpool for the feedback and agreed 👍. We'll prioritize this.