kopia lustrzana https://github.com/Aircoookie/WLED
Set VERSION
rodzic
f4d89c4196
commit
af2d46c30d
|
@ -40,7 +40,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: |
|
||||||
|
npm ci
|
||||||
|
VERSION=`date +%y%m%d0`
|
||||||
|
sed -i -r -e "s/define VERSION .+/define VERSION $VERSION/" wled00/wled.h
|
||||||
- name: Cache PlatformIO
|
- name: Cache PlatformIO
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
Ładowanie…
Reference in New Issue