Revert accidental line deletion

I made a mistake in https://github.com/ansible/awx/pull/15096. I realized afterwards that it must have been being consumed by the make target.
This commit is contained in:
Shane McDonald 2024-04-10 12:17:08 -04:00
parent 778961d31e
commit 09f0a366bf

View File

@ -57,6 +57,7 @@ jobs:
- name: Build collection and publish to galaxy
env:
COLLECTION_NAMESPACE: ${{ env.collection_namespace }}
COLLECTION_VERSION: ${{ env.TAG_NAME }}
COLLECTION_TEMPLATE_VERSION: true
run: |
make build_collection