Skip to content

Conversation

javuto
Copy link
Collaborator

@javuto javuto commented Aug 12, 2025

When tagging a release, the job create_release was failing due to the push to the main branch, and DEB packages being missing.

@javuto javuto requested a review from Copilot August 12, 2025 11:29
@javuto javuto added 📦 build Building related issues 🚧 bugfix Fix for an existing bug cicd CICD related issues labels Aug 12, 2025
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 fixes the GitHub Actions workflow for creating tagged releases by correcting the release version tag reference and adjusting the job conditions and package handling.

  • Fixes the release_version_tag parameter to use the correct variable RELEASE_VERSION instead of branch
  • Adds conditional execution for the create_release job to only run on tag pushes
  • Improves DEB package handling by making download optional and expanding OS support

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/create_tagged_releases.yml Updates release version tag variable, adds tag condition, and expands OS matrix
.github/actions/tagged_release/github/action.yml Makes DEB package download optional and improves step naming

@javuto javuto merged commit 684730d into main Aug 12, 2025
53 checks passed
@javuto javuto deleted the release-tags-fix branch August 12, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 bugfix Fix for an existing bug 📦 build Building related issues cicd CICD related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant