Describe the bug
The browser console logs report
vizarr v1.1.1: https://github.com/BioNGFF/vizarr
when using version 1.2.0.
To Reproduce
- Run
wget https://github.com/BioNGFF/vizarr/archive/refs/tags/v1.2.0.tar.gz
tar -xvf v1.2.0.tar.gz
cd vizarr-1.2.0/
tar -xvf dist.tar.gz
cd sites/app/dist/
python3 -m http.server
- Open the browser at http://127.0.0.1:8000/. Look at the console logs and observe the 1.1.1 log:
Expected behavior
Seeing the correct version.
Screenshots (if applicable)
Environment (please complete the following information):
- OS: Ubuntu 22
- Browser (if applicable): Firefox 148.0
Additional context
Is this maybe related to the fact that
|
- name: Build app |
|
run: pnpm run build |
runs earlier than
|
- name: Run Semantic Release |
|
env: |
|
GITHUB_TOKEN: ${{ secrets.GH_PAT }} |
|
run: pnpm exec semantic-release |
?
Describe the bug
The browser console logs report
when using version 1.2.0.
To Reproduce
Expected behavior
Seeing the correct version.
Screenshots (if applicable)
Environment (please complete the following information):
Additional context
Is this maybe related to the fact that
vizarr/.github/workflows/release.yml
Lines 34 to 35 in 7a73a72
runs earlier than
vizarr/.github/workflows/release.yml
Lines 40 to 43 in 7a73a72
?