Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reference to tag name in 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.
- Loading branch information