Skip to content

Commit

Permalink
Fix the nuget action
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Nov 13, 2024
1 parent 475f4f0 commit 9bb7670
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
version: ${{ steps.get-version.outputs.version }}

steps:
- name: Install .Net 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Get version
id: get-version
shell: pwsh
Expand Down

0 comments on commit 9bb7670

Please sign in to comment.