Skip to content

Commit

Permalink
Merge pull request #36 from xiamiao1121/feature/read-changelog-12
Browse files Browse the repository at this point in the history
feat: add tag prefix
  • Loading branch information
xiamiao1121 authored Jun 11, 2024
2 parents dbf1aa4 + d5a57fa commit 177d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
# This pulls from the "Get Changelog Entry" step above, referencing it's ID to get its outputs object.
# See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
tag: "@hi-ui/hiui${{ env.PACKAGE_VERSION }}"
tag: "@hi-ui/hiui@${{ env.PACKAGE_VERSION }}"
name: ${{ env.PACKAGE_VERSION }}
body: ${{ steps.changelog.outputs.version-changelog }}
allowUpdates: true
Expand Down

0 comments on commit 177d7b0

Please sign in to comment.