Skip to content

Commit

Permalink
on-commits.yml: create final releases not draft ones
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 05bd288 commit 8052343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
uses: ncipollo/[email protected]
with:
tag: ${{ steps.create-bosh-release.outputs.version }}
draft: false
allowUpdates: true # > indicates if we should update a release if it already exists.
omitDraftDuringUpdate: true # > Indicates if the draft flag should be omitted during updates. The draft flag will still be applied for newly created releases. This will preserve the existing draft state during updates.
generateReleaseNotes: true
Expand All @@ -180,3 +181,4 @@ jobs:
artifactErrorsFailBuild: true



0 comments on commit 8052343

Please sign in to comment.