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