From 12a98dbdc6ad9feb3cb55ace50f53f74bd40eaa2 Mon Sep 17 00:00:00 2001 From: Mark Marks Date: Sun, 22 Sep 2024 01:01:03 +0200 Subject: [PATCH] fix: Why does release run install-packages? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aea33f4..1d33102 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Build run: | - lune run install-packages + lune run build - name: Upload Build Artifact uses: actions/upload-artifact@v3