rive-app / rive-wasm

Wasm/JS runtime for Rive
MIT License
703 stars 51 forks source link

fix: set fetch depth to 0 to grab tags #323

Closed zplata closed 1 year ago

zplata commented 1 year ago

Ran into a weird bug with the recently added changelog workflow -- the auto-changelog lib we use was trying to grab tags for internal logic and failed because the checkout action we use doesn't pull tags automatically. This small change should fetch the tags so that auto-changelog can do its own parsing