Skip to content

Commit 9053ea8

Browse files
committed
Fix version
1 parent bc69762 commit 9053ea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
configFilePath: GitVersion.yml
4646

4747
- name: Replace - Version
48-
run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.preReleaseLabel }}${{ steps.gitversion.outputs.preReleaseNumber }}/g' openapi/openapi.yml
48+
run: sed -i 's/0.0.0/${{ steps.gitversion.outputs.majorMinorPatch }}${{ steps.gitversion.outputs.preReleaseLabel }}${{ steps.gitversion.outputs.preReleaseNumber }}/g' openapi/openapi.yml
4949

5050
- name: Bun - Install
5151
run: bun install --frozen-lockfile

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ mode: ContinuousDelivery
22
branches:
33
main:
44
mode: ContinuousDeployment
5-
tag: preview-
5+
tag: -preview-
66
track-merge-target: true
77
pull-request:
88
mode: ContinuousDeployment
9-
tag: preview-
9+
tag: -preview-
1010
track-merge-target: true
1111
tags:
1212
regex: tags/(?<tag>.+)

0 commit comments

Comments
 (0)