From 09f0a366bf632a609c4b6bef85de5a1bf4d353f2 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 10 Apr 2024 12:17:08 -0400 Subject: [PATCH] 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. --- .github/workflows/promote.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 51e41fe77a..cbbd7d0270 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -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