Skip to content

Commit

Permalink
feat: exclude v
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Jun 6, 2024
1 parent e79b108 commit 197607f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: BinPar/[email protected]
with:
changelog-path: ./CHANGELOG.md
version: v4.5.10
version: 4.5.8
- name: Echo ChangeLog
run: echo "${{ steps.changelog.outputs.version-changelog }}"
# - uses: release-drafter/release-drafter@v6
Expand All @@ -62,8 +62,8 @@ 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: v4.5.10
name: v4.5.10
tag: 4.5.8
name: 4.5.8
body: ${{ steps.changelog.outputs.version-changelog }}
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 197607f

Please sign in to comment.