mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 18:49:14 -06:00
Update cd-release.yaml
Fixed a typo
This commit is contained in:
2
.github/workflows/cd-release.yaml
vendored
2
.github/workflows/cd-release.yaml
vendored
@@ -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)}}
|
||||
|
||||
Reference in New Issue
Block a user