Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit c78ffd4

Browse files
committed
Build release artifacts before publishing
1 parent cbc8bf4 commit c78ffd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ jobs:
143143
restore-keys: |
144144
${{ runner.os }}-gradle-
145145
146+
- name: Build release artifacts
147+
run: ./gradlew assembleNpmPackage shadowJar --no-daemon
148+
146149
- name: Publish npm package
147150
run: npm publish cli/build/npm/package --access public
148151

0 commit comments

Comments
 (0)