From 3537dcd30ffac9efab66c6cc7938166f5065a56b Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Wed, 9 Feb 2022 12:44:19 -0500 Subject: [PATCH] Update release to new name --- .github/workflow-config/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-config/release.yml b/.github/workflow-config/release.yml index 1a74c50..b110cd0 100644 --- a/.github/workflow-config/release.yml +++ b/.github/workflow-config/release.yml @@ -5,7 +5,7 @@ connection: local vars: collection_namespace: "{{ namespace | lower | regex_replace('-','_') }}" - collection_name: tower_utilities + collection_name: aap_utilities collection_version: "{{ github_tag.split('/')[-1] | regex_search('(\\d.\\d.\\d.*)') }}" collection_repo: undef api_key: undef