Skip to content

Commit 97a05fd

Browse files
Enhancement: Make Release workflow default to prod, update input description
1 parent 00adb00 commit 97a05fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
workflow_dispatch:
77
inputs:
88
dry_run:
9-
description: "Do not push/tag or create a GitHub Release"
9+
description: "DRY RUN: Do not push/tag or create a GitHub Release"
1010
type: boolean
11-
default: true
11+
default: false
1212
base_ref:
1313
description: "Branch to release from (for testing)"
1414
type: string

0 commit comments

Comments
 (0)