File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,13 @@ inputs:
1111runs :
1212 using : composite
1313 steps :
14- - name : Set up environment
15- shell : bash
16- run :
17- bash ${{ github.action_path }}/set-environment.sh
18- env :
19- VERSION : " ${{ inputs.version }}"
2014 - uses : mongodb-labs/drivers-github-tools/bump-version@v2
2115 with :
2216 version : ${{ inputs.version }}
2317 version_bump_script : " go run ${{ github.action_path }}/bump-version.go"
24- commit_template : " ${{ env.COMMIT_TEMPLATE } }"
18+ commit_template : " BUMP v${VERSION }"
2519 push_commit : ${{ inputs.push_changes }}
2620 - uses : mongodb-labs/drivers-github-tools/tag-version@v2
2721 with :
28- version : " ${{ env.TAG_VERSION }}"
22+ version : v ${{ inputs.version }}
2923 push_tag : ${{ inputs.push_changes }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments