Skip to content

Commit 5964e10

Browse files
committed
Fix bundling of GH user components
1 parent c454af5 commit 5964e10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: compas-dev/compas-actions.ghpython_components@v1
6060
with:
6161
source: src/compas_ghpython/components
62-
target: src/compas_ghpython/components
62+
target: src/compas_ghpython/components/ghuser
6363
- name: 💃 Build release
6464
if: success() && startsWith(github.ref, 'refs/tags')
6565
run: |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Changed
1414

15+
* Fixed bundling of ghuser components
16+
1517
### Removed
1618

1719

0 commit comments

Comments
 (0)