perf(core): Updated pipeline
This commit is contained in:
parent
4778352261
commit
f013c63eba
1 changed files with 1 additions and 2 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -16,14 +16,13 @@ jobs:
|
|||
go-version: 1.17
|
||||
- name: Build
|
||||
run: go build
|
||||
|
||||
|
||||
- name: Bump version and push tag
|
||||
id: tag_version
|
||||
uses: mathieudutour/github-tag-action@v6.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release_branches: master
|
||||
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