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