Skip to content

Commit

Permalink
Update nugetGallery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkl authored May 3, 2022
1 parent baa2b5c commit 09fbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nugetGallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build solution and generate NuGet package
run: |
cd src\netstandard\
dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}.${{ github.run_number }}"
dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}"
- name: Install NuGet client
uses: nuget/setup-nuget@v1

Expand Down

0 comments on commit 09fbd59

Please sign in to comment.