Skip to content

Commit 635950f

Browse files
authored
ci: fix release workflow (foundry-rs#5682)
1 parent 18388a8 commit 635950f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
PLATFORM_NAME: ${{ matrix.job.platform }}
136136
TARGET: ${{ matrix.job.target }}
137137
ARCH: ${{ matrix.job.arch }}
138-
VERSION_NAME: |
138+
VERSION_NAME:
139139
${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}
140140
shell: bash
141141
run: |
@@ -160,7 +160,7 @@ jobs:
160160
env:
161161
PLATFORM_NAME: ${{ matrix.job.platform }}
162162
TARGET: ${{ matrix.job.target }}
163-
VERSION_NAME: |
163+
VERSION_NAME:
164164
${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}
165165
shell: bash
166166
run: |

0 commit comments

Comments
 (0)