summaryrefslogtreecommitdiffstats
path: root/.github/workflows/promote.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/promote.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml
index cbbd7d0270..76a3194724 100644
--- a/.github/workflows/promote.yml
+++ b/.github/workflows/promote.yml
@@ -29,7 +29,7 @@ jobs:
- name: Set GitHub Env vars if release event
if: ${{ github.event_name == 'release' }}
run: |
- echo "TAG_NAME=${{ env.TAG_NAME }}" >> $GITHUB_ENV
+ echo "TAG_NAME=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
- name: Checkout awx
uses: actions/checkout@v3