Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
push:
tags:
- 'v*'
release:
types: [published]

permissions:
contents: write
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ checksum:

homebrew_casks:
- name: crono-export
skip_upload: auto
repository:
owner: quantcli
name: homebrew-tap
Expand All @@ -45,6 +46,4 @@ homebrew_casks:
end

release:
draft: true
replace_existing_draft: true
replace_existing_artifacts: true
Loading