Skip to content

Commit da2c325

Browse files
committed
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 086b098 commit da2c325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
5252
- name: Build ${{ matrix.device }}
5353
run: |
54-
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }}
54+
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }} \
55+
VERSION=${{ github.ref_name }}
5556
5657
- name: Upload artifact
5758
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)