Skip to content

Commit

Permalink
GitTools#1072 - fix GRM range check
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 11, 2024
1 parent a43077e commit 0d3d27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gitreleasemanager/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class GitReleaseManagerTool extends DotnetTool implements IGitReleaseMana
}

public async install(setupSettings: ISetupSettings): Promise<void> {
await this.toolInstall('GitReleaseManager.Tool', '>=0.13.0 <0.17.0', setupSettings)
await this.toolInstall('GitReleaseManager.Tool', '>=0.10.0 <0.18.0', setupSettings)
}

public create(settings: GitReleaseManagerCreateSettings): Promise<IExecResult> {
Expand Down

0 comments on commit 0d3d27d

Please sign in to comment.