Skip to content

Commit 9183891

Browse files
authored
Fix post-publish command (#213)
1 parent e2b3a2f commit 9183891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
aws_region_name: ${{ vars.AWS_REGION_NAME }}
101101
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
102102
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
103-
- uses: mongodb-labs/drivers-github-tools/python/publish@v2
103+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
104104
with:
105105
version: ${{ inputs.version }}
106106
following_version: ${{ inputs.following_version }}

0 commit comments

Comments
 (0)