Skip to content

Commit

Permalink
chore: Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 3, 2024
1 parent 9568a3a commit 05a7f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uno-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
default: 'main'

jobs:
update:
manifest-update:
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -43,7 +43,7 @@ jobs:
configFilePath: build/gitversion.yml

- name: Run Uno Sdk Updater
run: dotnet run --project tools/Uno.Sdk.Updater
run: dotnet run -c Release --project tools/Uno.Sdk.Updater

- name: Create Pull Request
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 05a7f54

Please sign in to comment.