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

ci: fix missing tag name in release draft #1118

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

zerok
Copy link
Contributor

@zerok zerok commented Aug 1, 2024

The env context does not contain all environment variables but just those that were explicitly set by writing to $GITHUB_ENV or through the env property of the step/job. Since that is not the case here, the variable is empty.

This switches over to using ${{ github.ref_name }}.

The `env` context does not contain all environment variables but just
those that were explicitly set by writing to `$GITHUB_ENV` or through
the `env` property of the step/job. Since that is not the case here, the
variable is empty.

This switches over to using `${{ github.ref_name }}`.
@zerok zerok requested a review from a team as a code owner August 1, 2024 11:24
@zerok zerok changed the title ci: Fix missing tag name in release draft ci: fix missing tag name in release draft Aug 1, 2024
@zerok zerok merged commit 1da974d into main Aug 1, 2024
9 of 11 checks passed
@zerok zerok deleted the zerok/fix-missing-tag-in-release-workflow branch August 1, 2024 11:49
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