forked from orange-cloudfoundry/k3s-boshrelease
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
on-commits.yml: create final releases not draft ones
- Loading branch information
1 parent
05bd288
commit 8052343
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -180,3 +181,4 @@ jobs: | |
artifactErrorsFailBuild: true | ||
|
||
|
||
|