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 510292e commit e9604a2Copy full SHA for e9604a2
.github/workflows/libgit2sharp.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build --no-restore LibGit2Sharp.sln
26
- name: Pack
27
run: |
28
- echo running on branch ${GITHUB_REF##*/}
+ echo running on branch $(echo ${GITHUB_SHA} | cut -c1-8)
29
dotnet pack --include-symbols -c Release LibGit2Sharp.sln
30
ls ./bin/Packages/Release/
31
echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-8) "
0 commit comments