We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5335a18 commit 3c570beCopy full SHA for 3c570be
.github/workflows/libgit2sharp.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Short Sha
33
id: short-sha
34
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
38
39
- name: Create Release
40
id: create_release
0 commit comments