Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgiardina authored Sep 30, 2024
1 parent 8e0ed4f commit b4592a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ jobs:
AppSettings.SyncFusionLicenseKey: ${{ secrets.SYNCFUSION_LICENSE_KEY }}
AppSettings.IfpaApiKey: ${{ secrets.IFPA_API_KEY }}

- name: Setup .NET SDK ${{env.DOTNETVERSION}}
uses: actions/setup-dotnet@v1
- name: Setup .NET 8
uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0
with:
dotnet-version: '${{env.DOTNETVERSION}}'
dotnet-version: 8.0.x

- name: Install .NET MAUI
shell: bash
Expand Down

0 comments on commit b4592a8

Please sign in to comment.