From 15b89bd1331919e8e41ba779ba5e60fc69af5223 Mon Sep 17 00:00:00 2001 From: Twinki Date: Sun, 29 Sep 2024 02:16:48 -0400 Subject: [PATCH] Fix formatted version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fde6973..8283a31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Setup - GitVersion uses: gittools/actions/gitversion/setup@v3.0 with: - versionSpec: 5.12.0 + versionSpec: 6.x - name: Setup - Bun uses: oven-sh/setup-bun@v2 @@ -45,7 +45,7 @@ jobs: configFilePath: GitVersion.yml - name: Replace - Version - run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.majorMinorPatch }}${{ steps.gitversion.outputs.preReleaseTagWithDash }}-${{ steps.gitversion.outputs.preReleaseNumber }}/g' openapi/openapi.yml + run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.preReleaseLabel }}${{ steps.gitversion.outputs.preReleaseNumber }}/g' openapi/openapi.yml - name: Bun - Install run: bun install --frozen-lockfile