Updated Pipeline

This commit is contained in:
netbenix 2021-11-28 13:55:05 +01:00
parent b84c82c30c
commit ba0976bfc5

View file

@ -20,14 +20,14 @@ jobs:
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v5.6
env:
default_bump: minor
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.tag_version.outputs.changelog }}