Skip to content

Commit

Permalink
Added custome_require for download strategy (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
abigupta authored Mar 13, 2019
1 parent 2dba22c commit 26ad145
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ brew:

# Allows you to set a custom download strategy.
# Default is empty.
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
download_strategy: CustomDownloadStrategies::GitHubPrivateRepositoryReleaseDownloadStrategy

# Add custom require_relative to include download strategy
# Default is empty.
custom_require: ../github_download_strategy

# Git author used to commit to the repository.
# Defaults are shown.
Expand Down

0 comments on commit 26ad145

Please sign in to comment.