Skip to content

Commit

Permalink
Fix syntax error in workflow [release-5.2.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
navjottomer committed Apr 23, 2024
1 parent 5084326 commit acd1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Create release branch if not dev and release branch does not exist
if [[ $SUB_VERSION != "dev"; then
if [[ $SUB_VERSION != "dev" ]]; then
# check if release branch already exists
if git show-ref --verify --quiet refs/heads/release/$BASE_VERSION; then
echo "Release branch already exists."
Expand Down

0 comments on commit acd1727

Please sign in to comment.