Skip to content

Commit 36c250f

Browse files
fix: add dry-run as true
1 parent e82590f commit 36c250f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
dry-run:
1313
description: Dry run (no publish)
1414
type: boolean
15-
default: false
15+
default: true
1616

1717
jobs:
1818
npm-publish:

0 commit comments

Comments
 (0)