Skip to content

Commit

Permalink
Fix promote from release event (#15215)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed May 22, 2024
1 parent 0d4f653 commit 8924104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8924104

Please sign in to comment.