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 a21e547 commit 9330f87Copy full SHA for 9330f87
golang/pre-publish/action.yml
@@ -14,7 +14,9 @@ runs:
14
- name: Set up environment
15
shell: bash
16
run:
17
- VERSION="${{ inputs.version }}" bash ${{ github.action_path }}/set-environment.sh
+ bash ${{ github.action_path }}/set-environment.sh
18
+ env:
19
+ VERSION: "${{ inputs.version }}"
20
- uses: mongodb-labs/drivers-github-tools/bump-version@v2
21
with:
22
version: ${{ inputs.version }}
0 commit comments