CI Fix cross build env metadata update workflow again (#4820)

This commit is contained in:
Gyeongjae Choi 2024-05-31 18:27:39 +09:00 committed by GitHub
parent 9d584f761b
commit b388ec7bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Get version number (release)
if: github.event_name == 'release'
run: |
echo "VERSION=${{ github.event.release.name }}" >> $GITHUB_ENV
echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
- name: Get version number (workflow_dispatch)
if: github.event_name == 'workflow_dispatch'