There is a known bug in GitHub Actions that github.ref_name to not be
populated when the workflow was triggered due to a release tag. This uses an
alternative field to reference the release tag value. This fixes intermittent
failures in running the deploy workflow.
There is a known bug in GitHub Actions that
github.ref_name
to not be populated when the workflow was triggered due to a release tag. This uses an alternative field to reference the release tag value. This fixes intermittent failures in running the deploy workflow.