Skip to content

Commit

Permalink
build(release): typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Aug 5, 2024
1 parent 43a5650 commit 43c0911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/release
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ main() {
$macos_binary \
$linux_amd64_binary \
$linux_arm64_binary \
task_schema_json
$task_schema_json

new_release=$(gh release list -L 1 | awk '{print $1}')
gh release view $new_release
Expand Down

0 comments on commit 43c0911

Please sign in to comment.