Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: quote conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 3, 2020
1 parent 9931c4d commit 6b71660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous.yml
Expand Up @@ -251,9 +251,9 @@ jobs:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
with:
prerelease: "!startsWith(github.ref, 'refs/tags/v')"
draft: startsWith(github.ref, 'refs/tags/v')
automatic_release_tag: ${{ env.release_tag }} || null
title: ${{ env.release_tag }} || null
draft: "startsWith(github.ref, 'refs/tags/v')"
automatic_release_tag: "${{ env.release_tag }} || null"
title: "${{ env.release_tag }} || null "
files: |
guiscrcpy-PyQt5-x86-continuous.exe
guiscrcpy-PyQt5-x64-continuous.exe
Expand Down

0 comments on commit 6b71660

Please sign in to comment.