Skip to content

Commit 0784ffe

Browse files
committed
ci: Fix version
1 parent a42d15e commit 0784ffe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
versioning:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414
outputs:
1515
fullSemVer: ${{ steps.version_step.outputs.fullSemVer }}
1616
semVer: ${{ steps.version_step.outputs.semVer }}
@@ -28,6 +28,10 @@ jobs:
2828
- name: Determine Version
2929
id: version_step
3030
uses: gittools/actions/gitversion/[email protected]
31+
- name: Diagnose
32+
run: |
33+
gitversion /diag
34+
3135
managed:
3236
needs: versioning
3337
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)