Skip to content

Commit

Permalink
feat: release terraform step uses commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Aug 7, 2024
1 parent 28433f1 commit fdfa648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-server-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: 'Install Terraform'
if: ${{ inputs.language == 'terraform' }}
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8
with:
terraform_version: ${{ inputs.language-version }}

Expand Down

0 comments on commit fdfa648

Please sign in to comment.