Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Feb 29, 2024
1 parent b8fb0b1 commit 4cc96de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
with:
node-version: '20'
cache: 'yarn'
- uses: hashicorp/setup-terraform@v3
if: ${{ steps.release.outputs.release_created }}
with:
terraform_version: '1.5.7'
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- uses: moonrepo/setup-toolchain@v0
if: ${{ steps.release.outputs.release_created }}
- name: deploy to CDN
if: ${{ steps.release.outputs.release_created }}
run: moon ci :deploy
Expand Down

0 comments on commit 4cc96de

Please sign in to comment.