From 6c81ab38257928a65799d6f050dca55932992e8b Mon Sep 17 00:00:00 2001 From: Eric McDaniel Date: Mon, 23 Feb 2026 19:59:35 -0600 Subject: [PATCH] Fix build order --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cee09f..2661443 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,14 +50,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Run tests + run: pio test --environment native + - name: Build release run: pio run -e release env: LUMENLAB_VERSION: ${{ steps.semver.outputs.tag }} - - name: Run tests - run: pio test --environment native - - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: