Skip to content

Commit

Permalink
replace release if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 2386fcc commit 319f4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
uses: ncipollo/[email protected]
with:
tag: ${{ steps.create-bosh-release.outputs.version }}
allowUpdates: true # > indicates if we should update a release if it already exists.
generateReleaseNotes: true
artifacts: ./${{ steps.create-bosh-release.outputs.file }}
artifactContentType: application/zip
Expand Down

0 comments on commit 319f4ac

Please sign in to comment.