Skip to content

Commit 346b4d6

Browse files
authored
Revert "Update go driver version handling" (#58)
1 parent b32c15d commit 346b4d6

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

golang/pre-publish/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ inputs:
1111
runs:
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 }}

golang/pre-publish/set-environment.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)