diff --git a/.github/workflows/uno-updater.yml b/.github/workflows/uno-updater.yml index 1a38506ea..ef7306e90 100644 --- a/.github/workflows/uno-updater.yml +++ b/.github/workflows/uno-updater.yml @@ -25,6 +25,17 @@ jobs: with: fetch-depth: 0 + - name: Setup GitVersion + uses: gittools/actions/gitversion/setup@v1.1.1 + with: + versionSpec: '5.12.0' + + - name: GitVersion + id: gitversion + uses: gittools/actions/gitversion/execute@v1.1.1 + with: + useConfigFile: true + configFilePath: build/gitversion.yml - name: Run Uno Sdk Updater run: dotnet run --project tools/Uno.Sdk.Updater