Skip to content

Commit 4261647

Browse files
committed
fix string substitution
1 parent 7a044ec commit 4261647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set env
2121
run: |
2222
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
23-
if [${ env.RELEASE_VERSION } = "develop"]; then
23+
if [${{ env.RELEASE_VERSION }} -eq "develop"]; then
2424
echo "PRERELEASE=true" >> $GITHUB_ENV
2525
else
2626
echo "PRERELEASE=false" >> $GITHUB_ENV

0 commit comments

Comments
 (0)