Skip to content

Commit 4320478

Browse files
authored
fix: update release tarball destination path in publish workflow (#15869)
1 parent 00141b2 commit 4320478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-design-system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: npm publish --workspace @kestra-io/${{ inputs.package }} --access public
113113

114114
- name: Create release tarball
115-
run: npm pack --workspace @kestra-io/${{ inputs.package }} --pack-destination ui/packages/design-system
115+
run: npm pack --workspace @kestra-io/${{ inputs.package }} --pack-destination packages/design-system
116116

117117
- name: Create GitHub Release
118118
working-directory: .

0 commit comments

Comments
 (0)