aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project
http://lakefs-spec.org/
Apache License 2.0
39 stars 4 forks source link

Correctly set docs version number for release workflow #228

Closed AdrianoKF closed 9 months ago

AdrianoKF commented 9 months ago

The github.ref_name context property appears to no longer be set when making a release through the UI. This PR applies a workaround, using the github.event.release.tag_name property instead.

See actions/runner#2788 for details.

Issue: #227

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8ad9706) 90.56% compared to head (e1c25a0) 90.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #228 +/- ## ======================================= Coverage 90.56% 90.56% ======================================= Files 7 7 Lines 551 551 Branches 93 93 ======================================= Hits 499 499 Misses 27 27 Partials 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.