diff options
author | Shane McDonald <me@shanemcd.com> | 2024-04-10 18:17:08 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2024-04-10 18:19:07 +0200 |
commit | 09f0a366bf632a609c4b6bef85de5a1bf4d353f2 (patch) | |
tree | fc88fa5d9381ca826e66ff4b764005600365a32f /.github | |
parent | Fix awxkit uploads when re-running promote workflow (diff) | |
download | awx-09f0a366bf632a609c4b6bef85de5a1bf4d353f2.tar.xz awx-09f0a366bf632a609c4b6bef85de5a1bf4d353f2.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/promote.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |