We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3852d08 commit 6fbd2e7Copy full SHA for 6fbd2e7
.github/workflows/main.yml
@@ -711,7 +711,7 @@ jobs:
711
# Eventually extend this job to be able to run on other repositories, otherwise replace the owner and repository name in this job
712
if: ${{ !cancelled() && inputs.publish }}
713
env:
714
- DRAFT: ${{ !inputs.release && (github.ref != 'refs/heads/main' || contains(github.event.head_commit.message, '[DRAFT]') || inputs.draft) && '1' || '0'
+ DRAFT: ${{ !inputs.release && (github.ref != 'refs/heads/main' || contains(github.event.head_commit.message, '[DRAFT]') || inputs.draft) && '1' || '0' }}
715
steps:
716
- uses: actions/checkout@v4
717
with:
0 commit comments