Skip to content

Commit

Permalink
Revert "Reapply "Set build version during nightly build" - doesn't wo…
Browse files Browse the repository at this point in the history
…rk as source"

This reverts commit 2aab617.
  • Loading branch information
netmindz committed Jan 10, 2025
1 parent 3502a39 commit c4e697d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ on:
workflow_dispatch:

jobs:
prep:
runs-on: ubuntu-latest
steps:
- name: Set Version
run: |
VERSION=`date +%y%m%d0`
sed -i -r -e "s/#define VERSION .+/#define VERSION $VERSION/" wled00/wled.h
wled_build:
needs: prep
uses: ./.github/workflows/build.yml
nightly:
name: Deploy nightly
Expand Down

0 comments on commit c4e697d

Please sign in to comment.