We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23502ae commit 9a53fbbCopy full SHA for 9a53fbb
src/targets/upm.ts
@@ -46,7 +46,6 @@ export class UpmTarget extends BaseTarget {
46
const githubTargetConfig = {
47
name: 'github',
48
tagPrefix: config.tagPrefix,
49
- previewReleases: false,
50
owner: config.releaseRepoOwner,
51
repo: config.releaseRepoName,
52
};
0 commit comments