We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541e65b commit 892fee5Copy full SHA for 892fee5
1 file changed
.github/workflows/publish.yml
@@ -6,11 +6,6 @@ on:
6
branches: [main]
7
paths-ignore: ['.github/workflows/**']
8
workflow_dispatch:
9
- inputs:
10
- dry_run:
11
- description: 'Run in test mode (no actual publish)'
12
- type: boolean
13
- default: false
14
15
jobs:
16
validate:
0 commit comments