get rid of tag

This commit is contained in:
Jun-te Kim 2026-02-02 23:27:00 +00:00
parent 6ba5ecc3b4
commit 9208b3eda4

View file

@ -45,7 +45,7 @@ jobs:
# Deploy shared terrform things
- name: Terraform Init
run: cd infrastructure/terraform/shared && terraform init -upgrade
run: cd infrastructure/terraform/shared && terraform init
- name: Terraform Workspace
run: |