Skip to content

fix(workflow): use correct input variable for release-create step#648

Merged
zanieb merged 1 commit into
astral-sh:mainfrom
wojiushixiaobai:main
Jun 5, 2025
Merged

fix(workflow): use correct input variable for release-create step#648
zanieb merged 1 commit into
astral-sh:mainfrom
wojiushixiaobai:main

Conversation

@wojiushixiaobai

Copy link
Copy Markdown
Contributor

The release-create step was using an incorrect variable name (github.events.input.tag), which resulted in the just release-create command being called without the required tag argument. This commit updates the workflow to use the correct variable (github.event.inputs.tag), ensuring the tag is properly passed to the command.

Signed-off-by: 吴小白 <296015668@qq.com>
@geofft

geofft commented Jun 5, 2025

Copy link
Copy Markdown
Collaborator

Thanks, sorry about that! I had this in 60711c4 which I used for yesterday's release, but I forgot to open a pull request, so I'll merge yours. :)

BTW I will take a look at your question about loongarch support soon - I think I would like to merge support into this repo so you no longer have to maintain a fork (and deal with any bugs in our release process :) ).

@geofft geofft added the ci:skip label Jun 5, 2025
@zanieb zanieb merged commit 1a91cda into astral-sh:main Jun 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants