Skip to content

Commit e9604a2

Browse files
authored
Update libgit2sharp.yml
1 parent 510292e commit e9604a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build --no-restore LibGit2Sharp.sln
2626
- name: Pack
2727
run: |
28-
echo running on branch ${GITHUB_REF##*/}
28+
echo running on branch $(echo ${GITHUB_SHA} | cut -c1-8)
2929
dotnet pack --include-symbols -c Release LibGit2Sharp.sln
3030
ls ./bin/Packages/Release/
3131
echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-8) "

0 commit comments

Comments
 (0)