Skip to content

Commit fcf60d9

Browse files
fix: pass dry-run to release.yml
1 parent a8b313e commit fcf60d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
uses: ast-grep/langs/.github/workflows/release.yml@main
2020
with:
2121
directory: packages/${{inputs.package-name}}
22+
dry-run: ${{ inputs.dry-run }}
2223
secrets:
2324
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 commit comments

Comments
 (0)