diff --git a/.github/workflows/terraform-release.yaml b/.github/workflows/terraform-release.yaml index b246eea..c4c4d24 100644 --- a/.github/workflows/terraform-release.yaml +++ b/.github/workflows/terraform-release.yaml @@ -37,17 +37,8 @@ jobs: # Test GitHub CLI auth status gh auth status || echo "GitHub CLI authentication failed" - - - name: AWS Auth - id: aws_auth - uses: CSVD/aws-auth@main - with: - ecs: true - - - name: run terraform init - run: terraform init - - name: Run Terraform Module Release Action + - name: Run Release Action uses: CSVD/terraform-module-release@main with: github-token: ${{ steps.github_credentials.outputs.github_token }}