We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a044ec commit 4261647Copy full SHA for 4261647
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set env
21
run: |
22
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
23
- if [${ env.RELEASE_VERSION } = "develop"]; then
+ if [${{ env.RELEASE_VERSION }} -eq "develop"]; then
24
echo "PRERELEASE=true" >> $GITHUB_ENV
25
else
26
echo "PRERELEASE=false" >> $GITHUB_ENV
0 commit comments