Skip to content

Commit b772fa1

Browse files
authored
Update dotnet-core-release.yml
1 parent c100ae0 commit b772fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-core-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
run: dotnet test
4040
- name: Create Packages
4141
run: dotnet pack --configuration Release
42+
- name: Publish Package
43+
run: dotnet nuget push "SubSonic/bin/Release/SubSonic.Core.DAL.4.1.0-alpha.1.nupkg" --source "github"

0 commit comments

Comments
 (0)