We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd2632 commit 69c7fc7Copy full SHA for 69c7fc7
.github/workflows/build-release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Show the discovered version
27
run: |
28
- if [[ ${{ secrets.BUILD_TEST }} ]]; then
+ if [[ ! -z "${{ secrets.BUILD_TEST }}" ]]; then
29
echo "RELEASE_VERSION=build-testing-RC1" >> $GITHUB_ENV
30
fi
31
echo \$RELEASE_VERSION = $RELEASE_VERSION
0 commit comments