Skip to content

Commit c4e697d

Browse files
committed
Revert "Reapply "Set build version during nightly build" - doesn't work as source"
This reverts commit 2aab617.
1 parent 3502a39 commit c4e697d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
prep:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Set Version
15-
run: |
16-
VERSION=`date +%y%m%d0`
17-
sed -i -r -e "s/#define VERSION .+/#define VERSION $VERSION/" wled00/wled.h
1811
wled_build:
19-
needs: prep
2012
uses: ./.github/workflows/build.yml
2113
nightly:
2214
name: Deploy nightly

0 commit comments

Comments
 (0)