Skip to content

Commit b8bc16a

Browse files
committed
switch to production release
1 parent 136b869 commit b8bc16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: gitversion # step id used as reference for output values
3434
uses: ./gitversion/execute
3535
- run: |
36-
$mode = "test"
36+
$mode = "prod"
3737
$date = Get-Date -format "yyMMddHH"
3838
$version = "${{steps.gitversion.outputs.majorMinorPatch}}.$date"
3939
$major = "${{steps.gitversion.outputs.major}}"

0 commit comments

Comments
 (0)