Skip to content

Commit 6038b95

Browse files
authored
chore: excluded more steps on dry run (#10255)
1 parent e4ddeca commit 6038b95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
fi
103103
104104
- name: Build core package
105+
if: ${{ !inputs.dry_run }}
105106
working-directory: packages/blockly
106107
run: npm run package
107108

@@ -119,6 +120,7 @@ jobs:
119120
fi
120121
121122
- name: Create tarball
123+
if: ${{ !inputs.dry_run }}
122124
working-directory: packages/blockly
123125
run: npm pack ./dist
124126

0 commit comments

Comments
 (0)