Skip to content

Commit ff0722e

Browse files
author
Thomas Thorogood
authored
Fix missing characters in release yaml (#22)
1 parent 47bb1af commit ff0722e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: |
2929
echo "::set-output name=version::$(poetry version -s)
30-
echo "::set-output name=short-sha::${${{ github.sha }}:0:10
30+
echo "::set-output name=short-sha::${${{ github.sha }}:0:10}"
3131
id: configure
3232
3333
- uses: UWIT-IAM/actions/set-up-slack-notification-canvas@0.1.8

0 commit comments

Comments
 (0)