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 78a9f28 commit 11438daCopy full SHA for 11438da
.github/workflows/libgit2sharp.yml
@@ -28,10 +28,6 @@ jobs:
28
echo running on branch ${GITHUB_REF##*/}
29
dotnet pack --include-symbols -c Release LibGit2Sharp.sln
30
ls ./bin/Packages/Release/
31
- - name: Short Sha
32
- id: short_sha
33
- env:
34
- SHORT_SHA: ${{ GITHUB_REF##*/ }}
35
- name: Create Release
36
id: create_release
37
uses: actions/create-release@v1
0 commit comments