Skip to content

Commit 9a53fbb

Browse files
authored
remove hardcoded 'previewRelease: false' (#582)
1 parent 23502ae commit 9a53fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/targets/upm.ts

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export class UpmTarget extends BaseTarget {
4646
const githubTargetConfig = {
4747
name: 'github',
4848
tagPrefix: config.tagPrefix,
49-
previewReleases: false,
5049
owner: config.releaseRepoOwner,
5150
repo: config.releaseRepoName,
5251
};

0 commit comments

Comments
 (0)