automatically embedding version numbers (#53)

This commit is contained in:
Dien-Nhung Nguyen
2024-10-21 20:06:13 +07:00
committed by GitHub
parent 321677cf9b
commit 9cda33787c
5 changed files with 44 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch tags for versioning
- name: Cache toolchain
id: cache-toolchain