We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764df8d commit f754f1fCopy full SHA for f754f1f
.github/release-package.sh
@@ -1,4 +1,4 @@
1
VERSION=$1
2
3
dotnet pack --configuration Release
4
-echo dotnet nuget push GoDough.${VERSION}.nupkg --api-key $NUGET_API_KEY
+dotnet nuget push GoDough.${VERSION}.nupkg --api-key $NUGET_API_KEY
0 commit comments