Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
marciosarto authored Nov 11, 2022
1 parent 209b328 commit 44ee0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion='1.0.2' --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}

- name: 'Push to NuGet Packages'
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}\*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL }}
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}\*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL }} --skip-duplicate

- name: 'Prep GitHub Packages'
run: dotnet nuget add source --username marciosarto --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/beaverstructures/index.json"

0 comments on commit 44ee0b9

Please sign in to comment.