diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index d1a9ef2..0f17dc5 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -41,5 +41,5 @@ jobs: - name: Publish shell: pwsh - run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NEXUS_NUGET_APIKEY }} --source "https://www.hec.usace.army.mil/nexus/repository/fda-nuget/" --skip-duplicate + run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NEXUS_NUGET_APIKEY }} --source "https://www.hec.usace.army.mil/nexus/repository/consequences-nuget-public/" --skip-duplicate \ No newline at end of file diff --git a/.github/workflows/Snapshot.yml b/.github/workflows/Snapshot.yml index cdd563f..5b1306c 100644 --- a/.github/workflows/Snapshot.yml +++ b/.github/workflows/Snapshot.yml @@ -63,4 +63,4 @@ jobs: shell: powershell - name: Publish - run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NEXUS_NUGET_APIKEY }} --source "https://www.hec.usace.army.mil/nexus/repository/fda-nuget/" --skip-duplicate \ No newline at end of file + run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NEXUS_NUGET_APIKEY }} --source "https://www.hec.usace.army.mil/nexus/repository/consequences-nuget-public/" --skip-duplicate \ No newline at end of file