Skip to content

Commit

Permalink
Update publish-nuget-packages.yaml (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 authored May 8, 2023
1 parent 1957a8e commit f5c6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet --info

- name: Pack
run: dotnet --pack -p:Version="${{ steps.get-version.outputs.version }}" -p:RepositoryCommit="${{ github.sha }}"
run: dotnet pack -p:Version="${{ steps.get-version.outputs.version }}" -p:RepositoryCommit="${{ github.sha }}"

- name: Validate
shell: pwsh
Expand Down

0 comments on commit f5c6a90

Please sign in to comment.