Skip to content

Commit

Permalink
Merge pull request #1726 from intuit/canary-binaries
Browse files Browse the repository at this point in the history
set title on canary release
  • Loading branch information
hipstersmoothie committed Jan 16, 2021
2 parents 285cf2a + eea5bd4 commit d182a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/upload-assets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export default class UploadAssetsPlugin implements IPlugin {
repo: auto.git!.options.repo,
owner: auto.git!.options.owner,
tag_name: "canary",
name: "Canary Assets",
prerelease: true,
body: `This release contains preview assets of Pull Requests.`,
});
Expand Down

0 comments on commit d182a04

Please sign in to comment.