Skip to content

Commit

Permalink
ci: use GitVersion actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 31, 2024
1 parent d4cb936 commit 31d75e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/uno-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31d75e7

Please sign in to comment.