File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
dotnet-version : 7.0.x
30
30
- if : contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
31
31
env :
32
- MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
32
+ MINVERVERSIONOVERRIDE : ${{ secrets.MINVER_VERSION }}
33
33
run : ./build.sh
34
34
- if : matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/')
35
35
env :
36
- MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
36
+ MINVERVERSIONOVERRIDE : ${{ secrets.MINVER_VERSION }}
37
37
run : ./build.ps1
38
38
- if : (matrix.runs-on == 'windows-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
39
- env :
40
- MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
39
+ env :
40
+ MINVERVERSIONOVERRIDE : ${{ secrets.MINVER_VERSION }}
41
41
run : ./build.ps1
You can’t perform that action at this time.
0 commit comments