Skip to content

Fix errors in release workflow#170

Merged
tr4nt0r merged 1 commit intomainfrom
fix_release_action
Mar 21, 2025
Merged

Fix errors in release workflow#170
tr4nt0r merged 1 commit intomainfrom
fix_release_action

Conversation

@tr4nt0r
Copy link
Collaborator

@tr4nt0r tr4nt0r commented Mar 19, 2025

This will hopefully fix the release workflow.

steps.check_prerelease.outputs.prerelease evaluates as string, that's why a release withg generated notes was published instead of using the draft created by release-drafter. Now it should only run this action for prereleases.

The artifacts upload should now also target the correct draft

@tr4nt0r tr4nt0r requested a review from miaucl as a code owner March 19, 2025 16:30
@tr4nt0r tr4nt0r added 🎬 github_actions Pull requests that update Github_actions code 👷‍♀️ ci Continuous Integration labels Mar 19, 2025
@codecov
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.17%. Comparing base (2e9c3e3) to head (44646ea).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #170   +/-   ##
=======================================
  Coverage   92.17%   92.17%           
=======================================
  Files           6        6           
  Lines         703      703           
  Branches       31       31           
=======================================
  Hits          648      648           
  Misses         47       47           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tr4nt0r tr4nt0r removed the 🎬 github_actions Pull requests that update Github_actions code label Mar 19, 2025
@tr4nt0r tr4nt0r merged commit c09accf into main Mar 21, 2025
34 checks passed
@tr4nt0r tr4nt0r deleted the fix_release_action branch March 21, 2025 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👷‍♀️ ci Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants