perf(pipeline): added default_bump
This commit is contained in:
parent
f013c63eba
commit
9153fd1fe5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release_branches: master
|
||||
default_bump: minor
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
|
|||
Reference in a new issue