File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,8 @@ name: Release
3
3
on :
4
4
workflow_dispatch :
5
5
inputs :
6
- version :
7
- description : " The new version to set"
8
- required : true
9
6
following_version :
10
7
description : " The post (dev) version to set"
11
- required : true
12
8
dry_run :
13
9
description : " Dry Run?"
14
10
default : false
26
22
# to 'false' when the input is set to 'false'.
27
23
DRY_RUN : ${{ ! contains(inputs.dry_run, 'false') }}
28
24
FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
29
- VERSION : ${{ inputs.version || '10.10.10.10' }}
30
25
31
26
defaults :
32
27
run :
56
51
- uses : mongodb-labs/drivers-github-tools/python/pre-publish@v2
57
52
id : pre-publish
58
53
with :
59
- version : ${{ env.VERSION }}
60
54
dry_run : ${{ env.DRY_RUN }}
61
55
62
56
build-dist :
@@ -118,7 +112,6 @@ jobs:
118
112
artifactory_username : ${{ vars.ARTIFACTORY_USERNAME }}
119
113
- uses : mongodb-labs/drivers-github-tools/python/post-publish@v2
120
114
with :
121
- version : ${{ env.VERSION }}
122
115
following_version : ${{ env.FOLLOWING_VERSION }}
123
116
product_name : ${{ env.PRODUCT_NAME }}
124
117
evergreen_project : ${{ env.EVERGREEN_PROJECT }}
You can’t perform that action at this time.
0 commit comments