File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
NEW_BRANCH="update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }}"
157
157
git checkout -b $NEW_BRANCH
158
158
159
- cd registry/${{ env.REGISTRY_NAME }}/${{ env.CONNECTOR_NAME }}
159
+ cd registry/${{ env.REGISTRY_NAME }}/python
160
160
161
161
# Create releases directory if it doesn't exist
162
162
mkdir -p releases/v${{ steps.get-version.outputs.tagged_version }}
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
4
4
## [ Unreleased]
5
5
Changes to be included in the next upcoming release
6
6
7
+ ## [ 0.1.6] - 2025-01-22
8
+ * Fix workflows
9
+
7
10
## [ 0.1.5] - 2024-12-05
8
11
* Update the Python SDK
9
12
* Unpin Versions
You can’t perform that action at this time.
0 commit comments