We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536b1cb commit 0f6647bCopy full SHA for 0f6647b
.github/workflows/create-release-branch.yml
@@ -43,6 +43,8 @@ jobs:
43
aws_region_name: ${{ vars.AWS_REGION_NAME }}
44
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
45
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
46
+ - name: Get hatch
47
+ run: pip install hatch
48
- uses: mongodb-labs/drivers-github-tools/create-branch@v2
49
id: create-branch
50
with:
0 commit comments