Skip to content

Commit

Permalink
Merge pull request #36 from kpn/ci/corrections
Browse files Browse the repository at this point in the history
Ci/corrections
  • Loading branch information
woile authored Aug 9, 2022
2 parents 0544768 + c56c5a1 commit d3902e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ jobs:
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: body.md
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d3902e3

Please sign in to comment.