File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
configFilePath : GitVersion.yml
46
46
47
47
- 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
49
49
50
50
- name : Bun - Install
51
51
run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ mode: ContinuousDelivery
2
2
branches :
3
3
main :
4
4
mode : ContinuousDeployment
5
- tag : preview-
5
+ tag : - preview-
6
6
track-merge-target : true
7
7
pull-request :
8
8
mode : ContinuousDeployment
9
- tag : preview-
9
+ tag : - preview-
10
10
track-merge-target : true
11
11
tags :
12
12
regex : tags/(?<tag>.+)
You can’t perform that action at this time.
0 commit comments