Skip to content

Commit

Permalink
chore(ci): avoids change release body
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed May 21, 2023
1 parent 79b453c commit c26c0c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
asset_name: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
body: "Release ${{ env.RELEASE_TAG }}"

build_release_linux:
env:
Expand Down Expand Up @@ -60,7 +59,6 @@ jobs:
asset_name: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
body: "Release ${{ env.RELEASE_TAG }}"

publish_crates:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c26c0c1

Please sign in to comment.