Skip to content

Commit

Permalink
Noop to trigger on commit pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent f143aba commit 7f3dd3a
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 @@ -14,6 +14,7 @@ on:
- jobs/**
- releases/**
- vendir.yml
- .github/workflows/on-commits.yml

jobs:
build:
Expand Down Expand Up @@ -171,6 +172,7 @@ jobs:
with:
tag: ${{ steps.create-bosh-release.outputs.version }}
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
artifacts: ./${{ steps.create-bosh-release.outputs.file }}
artifactContentType: application/zip
Expand Down

0 comments on commit 7f3dd3a

Please sign in to comment.