kopia lustrzana https://github.com/Aircoookie/WLED
Set VERSION
rodzic
f4d89c4196
commit
af2d46c30d
|
@ -40,7 +40,10 @@ jobs:
|
|||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
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
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Ładowanie…
Reference in New Issue