Skip to content

Commit

Permalink
Fix formatted version
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 1c87ae6 commit 15b89bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup - GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: 5.12.0
versionSpec: 6.x

- name: Setup - Bun
uses: oven-sh/setup-bun@v2
Expand All @@ -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
Expand Down

0 comments on commit 15b89bd

Please sign in to comment.