From 1a26c82f977d5ca6dce198374b40d6cd7313570c Mon Sep 17 00:00:00 2001 From: dfeldick Date: Tue, 16 Jan 2024 09:42:36 -0700 Subject: [PATCH] APIGOV-27055 - rename action --- .../{update-sdk-for-release.yml => fully-automated-release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{update-sdk-for-release.yml => fully-automated-release.yml} (97%) diff --git a/.github/workflows/update-sdk-for-release.yml b/.github/workflows/fully-automated-release.yml similarity index 97% rename from .github/workflows/update-sdk-for-release.yml rename to .github/workflows/fully-automated-release.yml index dd6124d..7a5f288 100644 --- a/.github/workflows/update-sdk-for-release.yml +++ b/.github/workflows/fully-automated-release.yml @@ -1,5 +1,5 @@ # this action is triggered by selecting the action in the github UI and then clicking "run workflow" -name: Update SDK version for release +name: Fully automated release on: workflow_dispatch