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