Skip to content

Commit 41b7610

Browse files
author
Thomas Thorogood
authored
Fix another missing quote that I know I fixed yesterday! (#23)
1 parent ff0722e commit 41b7610

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: google-github-actions/setup-gcloud@v0.2.1
2727

2828
- run: |
29-
echo "::set-output name=version::$(poetry version -s)
29+
echo "::set-output name=version::$(poetry version -s)"
3030
echo "::set-output name=short-sha::${${{ github.sha }}:0:10}"
3131
id: configure
3232

0 commit comments

Comments
 (0)