Skip to content

Commit

Permalink
Update create-release.yml (#5215)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com>
  • Loading branch information
sayaliM0412 committed Nov 14, 2023
1 parent 42cf354 commit 70c5735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Expand Up @@ -187,10 +187,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ needs.setup.outputs.version }}
draft: true
fail_on_unmatched_files: true
body: Liquibase ${{ needs.setup.outputs.version }}
generate_release_notes: true
generate_release_notes: false
files: re-version/final/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70c5735

Please sign in to comment.