Skip to content

Commit 9330f87

Browse files
blink1073alcaeus
andauthored
Update golang/pre-publish/action.yml
Co-authored-by: Andreas Braun <[email protected]>
1 parent a21e547 commit 9330f87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

golang/pre-publish/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ runs:
1414
- name: Set up environment
1515
shell: bash
1616
run:
17-
VERSION="${{ inputs.version }}" bash ${{ github.action_path }}/set-environment.sh
17+
bash ${{ github.action_path }}/set-environment.sh
18+
env:
19+
VERSION: "${{ inputs.version }}"
1820
- uses: mongodb-labs/drivers-github-tools/bump-version@v2
1921
with:
2022
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)