Skip to content

Commit

Permalink
ci: remove redundant release name
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed Apr 27, 2024
1 parent 40b5714 commit def0317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
release_name: Release ${{ github.ref_name }}
file: yatta_${{ matrix.build_target }}${{ matrix.asset_extension }}
tag: ${{ github.ref }}
asset_name: yatta_${{ github.ref_name }}_${{ matrix.asset_name }}${{ matrix.asset_extension }}
Expand Down

0 comments on commit def0317

Please sign in to comment.