From cc7df855b59ad93e13bf1a88fba36b1c1431f27c Mon Sep 17 00:00:00 2001 From: Dustin Strobel Date: Sun, 20 Oct 2024 20:31:35 +0200 Subject: [PATCH] chore: revert titlecase action name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e72a0..3b9be4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # Terraform Provider release workflow. -name: Release +name: release # This GitHub action creates a release when a tag that matches the pattern # "v*" (e.g. v0.1.0) is created.