Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Minituff authored Oct 21, 2023
1 parent e9e00db commit 4ee47d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4

Expand All @@ -27,3 +29,5 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }} (auto)
body: ${{ steps.tag_version.outputs.changelog }}
draft: true
makeLatest: true

0 comments on commit 4ee47d1

Please sign in to comment.