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 2edadda commit 94de52aCopy full SHA for 94de52a
.github/workflows/release-python.yml
@@ -19,6 +19,7 @@ env:
19
PRODUCT_NAME: PyMongo
20
# Changes per branch
21
SILK_ASSET_GROUP: mongodb-python-driver
22
+ EVERGREEN_PROJECT: mongo-python-driver-v4.8
23
24
defaults:
25
run:
@@ -55,7 +56,7 @@ jobs:
55
56
needs: [pre-publish]
57
uses: ./.github/workflows/codeql.yml
58
with:
- ref: ${{ inputs.version }}
59
+ ref: ${{ github.ref }}
60
61
publish:
62
needs: [build-dist, static-scan]
@@ -82,5 +83,6 @@ jobs:
82
83
following_version: ${{ inputs.following_version }}
84
product_name: ${{ env.PRODUCT_NAME }}
85
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
86
+ evergreen_project: ${{ env.EVERGREEN_PROJECT }}
87
token: ${{ github.token }}
88
dry_run: ${{ inputs.dry_run }}
0 commit comments