Skip to content

Commit

Permalink
remove hardcoded 'previewRelease: false'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Jan 22, 2025
1 parent 23502ae commit 4f2b158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/targets/upm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class UpmTarget extends BaseTarget {
const githubTargetConfig = {
name: 'github',
tagPrefix: config.tagPrefix,
previewReleases: false,
owner: config.releaseRepoOwner,
repo: config.releaseRepoName,
};
Expand Down

0 comments on commit 4f2b158

Please sign in to comment.