fix(ci): disabled RNA by default
All checks were successful
/ build (push) Successful in 44s
/ publish (push) Successful in 47s

This commit is contained in:
Nicola Zangrandi 2025-02-05 15:59:46 +01:00
parent 174cf20692
commit e5f9406a58
Signed by: wasp
GPG key ID: 43C1470D890F23ED

View file

@ -53,4 +53,4 @@ jobs:
override: ${{ vars.OVERRIDE || "false" }} override: ${{ vars.OVERRIDE || "false" }}
verbose: ${{ vars.VERBOSE || "false" }} verbose: ${{ vars.VERBOSE || "false" }}
hide-archive-link: true hide-archive-link: true
release-notes-assistant: true release-notes-assistant: ${{ vars.RELEASE_NOTES_ASSISTANT || "false" }}