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