diff options
-rw-r--r-- | .github/workflows/promote.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index e9ed8d7408..51e41fe77a 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -57,7 +57,6 @@ 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 @@ -80,6 +79,8 @@ jobs: if: ${{ github.repository_owner != 'ansible' }} - name: Build awxkit and upload to pypi + env: + SETUPTOOLS_SCM_PRETEND_VERSION: ${{ env.TAG_NAME }} run: | git reset --hard cd awxkit && python3 setup.py sdist bdist_wheel |