Skip to content

Commit f7c094a

Browse files
authored
Change default value for the dry-run input
1 parent 87c9c1a commit f7c094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
dry-run:
1111
type: boolean
1212
required: false
13-
default: true
13+
default: false
1414
description: Dry run
1515

1616
permissions:

0 commit comments

Comments
 (0)