mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Set build version during nightly build
This commit is contained in:
parent
2aab617c2e
commit
4a56c92e7b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
clean: false
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
prep:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set Version
|
||||
run: |
|
||||
VERSION=`date +%y%m%d0`
|
||||
|
Loading…
x
Reference in New Issue
Block a user