Project-Lavinia / Lavinia-client

React application for simulating seat distribution in an election.
https://lavinia.no
MIT License
8 stars 3 forks source link

bug: Build artifact is not uploaded to the correct release #270

Closed Log234 closed 3 years ago

Log234 commented 4 years ago

For some reason git tag --sort version:refname | tail -1 does not appear to return the correct branch tag. (Probably because we prepended v to the tag for some releases, messing up the sorting) We should explore other ways of retrieving the tag for the current release. It may be as simple as using env.TAG_NAME.