Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 5a2143d commit 48edc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
configFilePath: GitVersion.yml

- name: Replace - Version
run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.legacySemVerPadded }}/g' openapi/openapi.yml
run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.semVer }}/g' openapi/openapi.yml

- name: Bun - Install
run: bun install --frozen-lockfile
Expand Down

0 comments on commit 48edc42

Please sign in to comment.