Skip to content

Commit

Permalink
Fix .goreleaser.prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Dec 14, 2021
1 parent e6054c4 commit 9dba160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ archives:
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
before:
hooks:
- make init_submodules
- make codegen
- make generate_schema
- make gen
blobs:
- bucket: get.pulumi.com
folder: releases/plugins/
Expand Down

0 comments on commit 9dba160

Please sign in to comment.