Skip to content

Commit

Permalink
fix bash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed May 6, 2023
1 parent 0dd2632 commit 69c7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Show the discovered version
run: |
if [[ ${{ secrets.BUILD_TEST }} ]]; then
if [[ ! -z "${{ secrets.BUILD_TEST }}" ]]; then
echo "RELEASE_VERSION=build-testing-RC1" >> $GITHUB_ENV
fi
echo \$RELEASE_VERSION = $RELEASE_VERSION
Expand Down

0 comments on commit 69c7fc7

Please sign in to comment.