Skip to content

Commit 8d4a064

Browse files
author
Tristen Harr
committed
update github workflow
1 parent ebd59f2 commit 8d4a064

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ndc-python-lambda-connector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
NEW_BRANCH="update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }}"
157157
git checkout -b $NEW_BRANCH
158158
159-
cd registry/${{ env.REGISTRY_NAME }}/${{ env.CONNECTOR_NAME }}
159+
cd registry/${{ env.REGISTRY_NAME }}/python
160160
161161
# Create releases directory if it doesn't exist
162162
mkdir -p releases/v${{ steps.get-version.outputs.tagged_version }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.1.6] - 2025-01-22
8+
* Fix workflows
9+
710
## [0.1.5] - 2024-12-05
811
* Update the Python SDK
912
* Unpin Versions

0 commit comments

Comments
 (0)