Skip to content

Commit

Permalink
Merge pull request #70 from fingerprintjs/feat/terraform
Browse files Browse the repository at this point in the history
feat: support for releasing terraform projects
  • Loading branch information
necipallef authored Aug 7, 2024
2 parents c65b79d + fdfa648 commit c37320d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-server-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
coverage: none
tools: composer:v2

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

- name: 'Prepare project'
if: ${{ inputs.prepare-command != '' }}
run: ${{ inputs.prepare-command }}
Expand Down

0 comments on commit c37320d

Please sign in to comment.