We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454af5 commit 5964e10Copy full SHA for 5964e10
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: compas-dev/compas-actions.ghpython_components@v1
60
with:
61
source: src/compas_ghpython/components
62
- target: src/compas_ghpython/components
+ target: src/compas_ghpython/components/ghuser
63
- name: 💃 Build release
64
if: success() && startsWith(github.ref, 'refs/tags')
65
run: |
CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
### Changed
14
15
+* Fixed bundling of ghuser components
16
+
17
### Removed
18
19
0 commit comments