There was an error while loading. Please reload this page.
1 parent e4ddeca commit 6038b95Copy full SHA for 6038b95
1 file changed
.github/workflows/publish.yml
@@ -102,6 +102,7 @@ jobs:
102
fi
103
104
- name: Build core package
105
+ if: ${{ !inputs.dry_run }}
106
working-directory: packages/blockly
107
run: npm run package
108
@@ -119,6 +120,7 @@ jobs:
119
120
121
122
- name: Create tarball
123
124
125
run: npm pack ./dist
126
0 commit comments