Skip to content

Commit b173f29

Browse files
committed
use fork
1 parent 386eee6 commit b173f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4343
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4444
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
45-
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@python-pre-publish
45+
- uses: blink1073/drivers-github-tools/python/pre-publish@python-pre-publish
4646
with:
4747
version: ${{ inputs.version }}
4848
dry_run: ${{ inputs.dry_run }}
@@ -76,7 +76,7 @@ jobs:
7676
aws_region_name: ${{ vars.AWS_REGION_NAME }}
7777
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
7878
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
79-
- uses: mongodb-labs/drivers-github-tools/python/publish@python-pre-publish
79+
- uses: blink1073/drivers-github-tools/python/publish@python-pre-publish
8080
with:
8181
version: ${{ inputs.version }}
8282
following_version: ${{ inputs.following_version }}

0 commit comments

Comments
 (0)