There was an error while loading. Please reload this page.
1 parent cbc8bf4 commit c78ffd4Copy full SHA for c78ffd4
1 file changed
.github/workflows/prepare-release.yml
@@ -143,6 +143,9 @@ jobs:
143
restore-keys: |
144
${{ runner.os }}-gradle-
145
146
+ - name: Build release artifacts
147
+ run: ./gradlew assembleNpmPackage shadowJar --no-daemon
148
+
149
- name: Publish npm package
150
run: npm publish cli/build/npm/package --access public
151
0 commit comments