fix(gha): add major tag on Publish workflow (#42)
Co-authored-by: Jeremy PLANCKEEL <jplanckeel.externe@bedrockstreaming.com>
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: haya14busa/action-update-semver@v1
|
||||
with:
|
||||
major_version_tag_only: true
|
||||
- name: Create a Release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
|
Reference in New Issue
Block a user