Skip to content

Commit

Permalink
ci: fix release workflow (#5682)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Aug 20, 2023
1 parent 18388a8 commit 635950f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
PLATFORM_NAME: ${{ matrix.job.platform }}
TARGET: ${{ matrix.job.target }}
ARCH: ${{ matrix.job.arch }}
VERSION_NAME: |
VERSION_NAME:
${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}
shell: bash
run: |
Expand All @@ -160,7 +160,7 @@ jobs:
env:
PLATFORM_NAME: ${{ matrix.job.platform }}
TARGET: ${{ matrix.job.target }}
VERSION_NAME: |
VERSION_NAME:
${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}
shell: bash
run: |
Expand Down

0 comments on commit 635950f

Please sign in to comment.