We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18388a8 commit 635950fCopy full SHA for 635950f
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
PLATFORM_NAME: ${{ matrix.job.platform }}
136
TARGET: ${{ matrix.job.target }}
137
ARCH: ${{ matrix.job.arch }}
138
- VERSION_NAME: |
+ VERSION_NAME:
139
${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}
140
shell: bash
141
run: |
@@ -160,7 +160,7 @@ jobs:
160
env:
161
162
163
164
165
166
0 commit comments