Skip to content

ci: Fix release tag name#565

Merged
janbuchar merged 2 commits intomasterfrom
fix-release-tag-name
Feb 19, 2026
Merged

ci: Fix release tag name#565
janbuchar merged 2 commits intomasterfrom
fix-release-tag-name

Conversation

@janbuchar
Copy link
Contributor

  • no need to make apify@x.y.z tags now, since there is only a single package in the repo now

@janbuchar janbuchar added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Feb 19, 2026
@github-actions github-actions bot added this to the 134th sprint - Tooling team milestone Feb 19, 2026
Copy link
Member

@barjin barjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe enough, just one question

with:
tag_name: apify@${{ needs.update_changelog.outputs.version }}
name: apify@${{ needs.update_changelog.outputs.version }}
tag_name: v${{ needs.update_changelog.outputs.tag_name }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might double prefix the tag with a v, no?

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you're right, I forgot to update this 🤦 Thanks!

@janbuchar janbuchar merged commit 0171bf0 into master Feb 19, 2026
9 checks passed
@janbuchar janbuchar deleted the fix-release-tag-name branch February 19, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants