Generic build version

This commit is contained in:
Gregory Schier
2024-06-20 09:17:28 -07:00
parent fac5385d5d
commit d70254bcdc
5 changed files with 17 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ jobs:
run: npm run lint
- name: Run tests
run: npm test
- name: Set version
run: npm run replace-version
env:
YAAK_VERSION: ${{ github.ref_name }}
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}