Skip to content

Commit

Permalink
ci: Add nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 23, 2024
1 parent ab81fc9 commit 25b1de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=$1

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

0 comments on commit 25b1de8

Please sign in to comment.