openwallet-foundation-labs / sd-jwt-js

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.
https://sdjwt.js.org/
Apache License 2.0
36 stars 12 forks source link

fix: incorrect condition on workflow step #176

Closed charsleysa closed 6 months ago

charsleysa commented 6 months ago

publish next step is incorrectly checking if the branch is next when the job only executes on the main branch causing publish next step to never execute

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 98.02%. Comparing base (bcd7d6e) to head (0d72760).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ======================================= Coverage 98.02% 98.02% ======================================= Files 23 23 Lines 2074 2074 Branches 307 307 ======================================= Hits 2033 2033 Misses 41 41 ```

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