Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleib committed May 11, 2023
1 parent 5a90a2d commit 3d1cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.increment_tag.outputs.tag_name }}
name: Release ${{ steps.increment_tag.outputs.tag_name }}
release_name: Release ${{ steps.increment_tag.outputs.tag_name }}
body: |
Release ${{ steps.increment_tag.outputs.tag_name }}
-------------------------------
Expand Down

0 comments on commit 3d1cbde

Please sign in to comment.