Skip to content

Commit

Permalink
Dev (#66)
Browse files Browse the repository at this point in the history
* Update bump-version.yml

* Update bump-version.yml

* Update bump-version.yml
  • Loading branch information
Minituff authored Oct 21, 2023
1 parent 4ee47d1 commit 2018906
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
fetch_all_tags: false
default_bump: patch
dry_run: true

- name: Create a GitHub release
uses: ncipollo/release-action@v1.13.0
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }} (auto)
body: ${{ steps.tag_version.outputs.changelog }}
draft: true
name: ${{ steps.tag_version.outputs.new_tag }}
generateReleaseNotes: true
makeLatest: true

0 comments on commit 2018906

Please sign in to comment.