Skip to content

Commit

Permalink
Revert "Set build version during nightly build" - doesn't work as source
Browse files Browse the repository at this point in the history
files not yet checked out

This reverts commit ec7a7f4.
  • Loading branch information
netmindz committed Jan 10, 2025
1 parent ec7a7f4 commit 471bd83
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 471bd83

Please sign in to comment.