Update immutableCreate's default in the documentation (#547)

The default of `immutableCreate` changed from `true` to `false` in version 1.9.1
This commit is contained in:
Benoît Blanchon
2025-09-02 14:11:01 +02:00
committed by GitHub
parent 1c89adf398
commit 571fe81601
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ inputs:
immutableCreate:
description: 'Indicates if immutable release creation should be used. When enabled, the action will first create a draft, upload artifacts, then publish the release.'
required: false
default: 'true'
default: 'false'
makeLatest:
description: 'Indicates if the release should be the "latest" release or not.'
required: false