Skip to content

[FAI-16849] only recreate latest tag if there's a new version #145

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

Merged
merged 2 commits into from
Jun 2, 2025

Conversation

jeniii
Copy link
Collaborator

@jeniii jeniii commented May 30, 2025

This pull request updates the CI workflow in .github/workflows/ci.yaml to improve the handling of the "latest" tag during the tagging process. The most important change ensures that the "latest" tag is only recreated if a new tag has been created.

Improvements to CI workflow:

  • .github/workflows/ci.yaml: Added a conditional (if: steps.create-tag.outputs.tag != null) to the "Recreate latest tag" step to ensure that the "latest" tag is only recreated when a new tag has been created.

@Copilot Copilot AI review requested due to automatic review settings May 30, 2025 21:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the CI workflow to only recreate the "latest" tag when a new tag is created, thereby preventing unnecessary tag recreation and potential errors in the tagging process.

  • Added a conditional to the "Recreate latest tag" step.
  • Improved tag management during the CI workflow.

@jeniii jeniii removed request for willmarks and ypc-faros May 30, 2025 21:31
Copy link

@jeniii
Copy link
Collaborator Author

jeniii commented Jun 2, 2025

thanks!

@jeniii jeniii merged commit 294ae45 into main Jun 2, 2025
11 checks passed
@jeniii jeniii deleted the jg/fix-latest-release-tag branch June 2, 2025 17:47
@github-actions github-actions bot locked and limited conversation to collaborators Jun 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants