Fix Pipeline
This commit is contained in:
parent
f0e8bb515b
commit
4778352261
1 changed files with 1 additions and 4 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -23,10 +23,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release_branches: master
|
||||
custom_release_rules: |
|
||||
Release:major,
|
||||
Fix,Bugfix:patch,
|
||||
Feature:minor
|
||||
custom_release_rules: Release:major,Bugfix:patch,Feature:minor
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
|
|||
Reference in a new issue