Fix Pipeline

This commit is contained in:
netbenix 2021-11-28 14:09:54 +01:00
parent 44b5ac2140
commit f0e8bb515b

View file

@ -22,14 +22,11 @@ jobs:
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: minor
release_branches: master
custom_release_rules: |
release:major,
bug:patch,
fix:patch,
feature:minor
Release:major,
Fix,Bugfix:patch,
Feature:minor
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1