From 7465d6ce8db73b86fa427605dce91e2515077596 Mon Sep 17 00:00:00 2001 From: xenticore Date: Thu, 27 Mar 2025 17:03:51 -0400 Subject: [PATCH] ci: fix release test step --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 08d1dce..c071d53 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: bun install - name: Test project - run: bun test + run: bun test --define __VERSION__='${{ steps.version.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"' - name: Build project run: bun run build --mode production - name: Archive production artifacts