mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-17 23:38:08 +00:00
Update balena-sdk to 17.0.0
Update balena-sdk from 16.45.1 to 17.0.0 Change-type: patch
This commit is contained in:
@ -235,7 +235,7 @@ ${dockerignoreHelp}
|
||||
releaseTagValues,
|
||||
);
|
||||
if (options.note) {
|
||||
await sdk.models.release.note(release.id, options.note);
|
||||
await sdk.models.release.setNote(release.id, options.note);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user