Skip to content

Commit

Permalink
Fix typo in pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Sep 12, 2024
1 parent c850a4e commit 8642a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-PullRequest-2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet nuget enable source github

- name: Build
run: pwsh ./build.ps1 -configuration ${{matrix.configuration}} -targetFramework 'all'
run: pwsh ./build.ps1 -configuration ${{matrix.configuration}} -targetFrameworks 'all'
env:
NUGET_USERNAME: ${{github.repository_owner}}
NUGET_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
Expand Down

0 comments on commit 8642a64

Please sign in to comment.