Skip to content

Commit 022ad8a

Browse files
Merge pull request #100 from IowaComputerGurus/feature/99-update-release-build
Update release-build.yml
2 parents 9be06bf + 1ed6aa3 commit 022ad8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
4242

4343
- name: Publish
44-
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}}
44+
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.ICG_NUGET_API_KEY }}

0 commit comments

Comments
 (0)