diff --git a/.github/release-package.sh b/.github/release-package.sh index 819cd91..668316e 100755 --- a/.github/release-package.sh +++ b/.github/release-package.sh @@ -1,4 +1,4 @@ VERSION=$1 dotnet pack --configuration Release -echo dotnet nuget push GoDough.${VERSION}.nupkg \ No newline at end of file +echo dotnet nuget push GoDough.${VERSION}.nupkg --api-key $NUGET_API_KEY \ No newline at end of file