Skip to content

Commit 2c5d53f

Browse files
StaticRocketcshilwant
authored andcommitted
ci(build): apply version override
Override the document version using the ref name (master at the moment). Back by popular demand. People want to quickly navigate between platform previews here. As such we need consistent versioning. This reverts commit 4477c7d. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 1e2f048 commit 2c5d53f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
5656
- name: Build ${{ matrix.device }}
5757
run: |
58-
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }}
58+
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }} \
59+
VERSION=${{ github.ref_name }}
5960
6061
- name: Upload artifact
6162
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)