Skip to content

Commit 951dbfa

Browse files
committed
Fix release task for bundling ghuser components
1 parent 5b5470a commit 951dbfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-n-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: compas-dev/compas-actions.ghpython_components@v1
3636
with:
3737
source: src/compas_fab/ghpython/components
38-
target: src/compas_fab/ghpython/components
38+
target: src/compas_fab/ghpython/components/ghuser
3939
- name: 📃 Generate docs
4040
if: success()
4141
run: |

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Unreleased
1616

1717
**Fixed**
1818

19+
* Fixed bundling of ghuser components
20+
1921
**Deprecated**
2022

2123
**Removed**

0 commit comments

Comments
 (0)