We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00141b2 commit 4320478Copy full SHA for 4320478
1 file changed
.github/workflows/publish-design-system.yml
@@ -112,7 +112,7 @@ jobs:
112
run: npm publish --workspace @kestra-io/${{ inputs.package }} --access public
113
114
- name: Create release tarball
115
- run: npm pack --workspace @kestra-io/${{ inputs.package }} --pack-destination ui/packages/design-system
+ run: npm pack --workspace @kestra-io/${{ inputs.package }} --pack-destination packages/design-system
116
117
- name: Create GitHub Release
118
working-directory: .
0 commit comments