Update cd-release.yaml

Fixed a typo
This commit is contained in:
Zach Musgrave
2021-04-02 17:02:13 -07:00
committed by GitHub
parent 19d12d16e6
commit 4cf160d786

View File

@@ -101,7 +101,7 @@ jobs:
formula-name: dolt
homebrew-tap: Homebrew/homebrew-core
base-branch: main
tag-name: ${{format('refs/tags/v{0}', github.event.inputs.version)}
tag-name: ${{format('refs/tags/v{0}', github.event.inputs.version)}}
download-url: ${{format('https://github.com/dolthub/dolt/archive/v{0}.tar.gz', github.event.inputs.version)}}
commit-message: |
${{format('dolt {0}', github.event.inputs.version)}}