From c4e697d797e1d7eef72f39de72be3268c9a14535 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Fri, 10 Jan 2025 17:09:25 +0000 Subject: [PATCH] Revert "Reapply "Set build version during nightly build" - doesn't work as source" This reverts commit 2aab617c2e2d3f49ba786532b0e44508659f1fae. --- .github/workflows/nightly.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index acf974ff1..138730058 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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