in #13 we solved the issue of release always "based" on v0.0.0 due to tags not being downloaded in checkout step by reverting to fetch-deps: 0 (everything).
Maybe we could keep fetch-deps: 1 but combined with fetch-tags: true ?
Question is would it fetch enough data..
in #13 we solved the issue of release always "based" on
v0.0.0due to tags not being downloaded in checkout step by reverting tofetch-deps: 0(everything).Maybe we could keep
fetch-deps: 1but combined withfetch-tags: true?Question is would it fetch enough data..