Skip to content

Commit 5335a18

Browse files
authored
Update libgit2sharp.yml
1 parent ef6eecd commit 5335a18

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
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Short Sha
3333
id: short-sha
34-
run: echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-10) "
34+
run: echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-10)"
3535

3636
- name: Create Release
3737
id: create_release

0 commit comments

Comments
 (0)