Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 15, 2023
1 parent 76c1155 commit 50039f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/nuget-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: ${{ inputs.dotnet-version }}

- name: Create NuGet packages
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Publish the release to our package manager
- uses: ./.github/actions/nuget-publish
with:
dotnet-version: ${{ inputs.node-version }}
dotnet-version: ${{ inputs.dotnet-version }}
project-paths: ${{ inputs.project-paths }}
version: ${{ steps.get_version.outputs.version }}
nuget-token: ${{ secrets.nuget-token }}
Expand Down

0 comments on commit 50039f6

Please sign in to comment.