Skip to content
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

cd: retrieve tag for current SHA and trigger GitHub release with this tag #174

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

felix-seifert
Copy link
Contributor

As the maven-release workflow gets only triggered by the master ref and not by the tag, I added the functionality to retrieve the tag associated with the current SHA. If a tag is available for the current SHA, I trigger a GitHub release with this tag.

@felix-seifert felix-seifert self-assigned this Jan 9, 2024
@felix-seifert felix-seifert requested a review from a team January 9, 2024 07:11
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (661d96f) 76.93% compared to head (3d80a88) 76.93%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #174   +/-   ##
=========================================
  Coverage     76.93%   76.93%           
  Complexity      298      298           
=========================================
  Files            42       42           
  Lines          1006     1006           
  Branches         44       44           
=========================================
  Hits            774      774           
  Misses          207      207           
  Partials         25       25           

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

Copy link
Contributor

@dennisgranath dennisgranath left a comment

Choose a reason for hiding this comment

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

LGTM

@felix-seifert felix-seifert merged commit 5b3c7e5 into master Jan 10, 2024
5 checks passed
@felix-seifert felix-seifert deleted the felixs/retrieve-tag branch January 10, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants