phyloref / klados

A curation tool to edit test cases for the Phyloref curation workflow
http://www.phyloref.org/klados/
MIT License
2 stars 1 forks source link

Code for importing Git VERSION into Klados needs to be updated #316

Closed gaurav closed 7 months ago

gaurav commented 9 months ago

We used to have a system for setting the VUE_APP_VERSION environmental variable from the GitHub Action that builds the website, so that the website version would be included in the header of the app.

https://github.com/phyloref/klados/blob/1e576d21b80b24dbdf722d524cc1c15a8928b2e6/src/App.vue#L63-L65

However, Vite uses a different system for storing and exposing environmental variables (https://vitejs.dev/guide/env-and-mode.html) and so this system will need to be changed.