Skip to content

Commit f754f1f

Browse files
committed
ci: Fix missing decommentation of publishing
1 parent 764df8d commit f754f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION=$1
22

33
dotnet pack --configuration Release
4-
echo dotnet nuget push GoDough.${VERSION}.nupkg --api-key $NUGET_API_KEY
4+
dotnet nuget push GoDough.${VERSION}.nupkg --api-key $NUGET_API_KEY

0 commit comments

Comments
 (0)