Skip to content

Commit

Permalink
do not make latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 22, 2024
1 parent 8f38e0d commit a5459e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
draft: ${{ steps.boshrelease.outputs.type != 'final' }}
tag_name: "V${{ steps.boshrelease.outputs.version }}"
tag_name: "v${{ steps.boshrelease.outputs.version }}"
files: ${{ steps.boshrelease.outputs.file }}
body_path: .build/release-notes.txt
generate_release_notes: true
make_latest: true
make_latest: ${{ steps.boshrelease.outputs.type == 'final' }}

0 comments on commit a5459e5

Please sign in to comment.