Skip to content

Commit 3c570be

Browse files
authored
Update libgit2sharp.yml
try publish on https://nuget.pkg.github.com/dotdevelop
1 parent 5335a18 commit 3c570be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Short Sha
3333
id: short-sha
3434
run: echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-10)"
35+
36+
- name: Push generated package to GitHub registry
37+
run: dotnet nuget push ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-g${{steps.short-sha.outputs.short_sha}}.nupkg --source https://nuget.pkg.github.com/dotdevelop --api-key ${{github.token}} --skip-duplicate --no-symbols true
3538

3639
- name: Create Release
3740
id: create_release

0 commit comments

Comments
 (0)