Skip to content

Commit

Permalink
ci(release): fix release title
Browse files Browse the repository at this point in the history
  • Loading branch information
Crow-EH committed Jan 14, 2022
1 parent 4f31a2e commit 374c36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
body: ${{ steps.changelog.outputs.body }}
tag_name: v${{ steps.package-version.outputs.current-version }}
name: Release v${{ steps.package-version.outputs.current-version }}
name: v${{ steps.package-version.outputs.current-version }}

- name: Setup npmrc
uses: actions/setup-node@v2
Expand Down

0 comments on commit 374c36e

Please sign in to comment.