mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +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
|
||||
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,7 +11,6 @@ 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