Skip to content

Commit 6fbd2e7

Browse files
Update main.yml
1 parent 3852d08 commit 6fbd2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ jobs:
711711
# Eventually extend this job to be able to run on other repositories, otherwise replace the owner and repository name in this job
712712
if: ${{ !cancelled() && inputs.publish }}
713713
env:
714-
DRAFT: ${{ !inputs.release && (github.ref != 'refs/heads/main' || contains(github.event.head_commit.message, '[DRAFT]') || inputs.draft) && '1' || '0'
714+
DRAFT: ${{ !inputs.release && (github.ref != 'refs/heads/main' || contains(github.event.head_commit.message, '[DRAFT]') || inputs.draft) && '1' || '0' }}
715715
steps:
716716
- uses: actions/checkout@v4
717717
with:

0 commit comments

Comments
 (0)