Variablizing the awx_template_version for building to allow release process to update the version in the module_util (#12248)

This commit is contained in:
John Westcott IV
2022-06-02 12:28:57 -04:00
committed by GitHub
parent c3c3e24875
commit 1d35bba8c3
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build collection and publish to galaxy
run: |
COLLECTION_NAMESPACE=${{ env.collection_namespace }} make build_collection
COLLECTION_TEMPLATE_VERSION=true COLLECTION_NAMESPACE=${{ env.collection_namespace }} make build_collection
ansible-galaxy collection publish \
--token=${{ secrets.GALAXY_TOKEN }} \
awx_collection_build/${{ env.collection_namespace }}-awx-${{ github.event.release.tag_name }}.tar.gz