diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 348256d..349d978 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: bun install - name: Test project - run: bun test --define __VERSION__='${{ need.build.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"' + run: bun test --define __VERSION__='${{ steps.version.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"' - name: Build project run: bun run build - name: Archive production artifacts