Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference to tag name in deploy workflow #317

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

theseanything
Copy link
Contributor

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.
@theseanything theseanything merged commit cb1f168 into main Dec 11, 2023
9 checks passed
@theseanything theseanything deleted the bulk/fix-tag-reference branch December 11, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants