Skip to content

Commit

Permalink
fix line breaks in Create GitHub Release task
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Nov 20, 2024
1 parent 3e01308 commit 13df07c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,4 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create "v${{ needs.build.outputs.product_full_version }}" \
--verify-tag \
--title="${{ steps.changelog.outputs.release_title }}" \
--notes-file="${{ steps.changelog.outputs.release_notes_file }}"
gh release create "v${{ needs.build.outputs.product_full_version }}" --verify-tag --title="${{ steps.changelog.outputs.release_title }}" --notes-file="${{ steps.changelog.outputs.release_notes_file }}"

0 comments on commit 13df07c

Please sign in to comment.