Skip to content

Commit

Permalink
Use new package and auto-create release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Clarke committed Jul 6, 2022
1 parent bd28954 commit ec76c3c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/[email protected]
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch
release_branches: main
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit ec76c3c

Please sign in to comment.