fix(gha): add major tag on Publish workflow (#42)

Co-authored-by: Jeremy PLANCKEEL <jplanckeel.externe@bedrockstreaming.com>
This commit is contained in:
Jeremy PLANCKEEL
2022-03-11 12:18:23 +01:00
committed by GitHub
parent 7b57e41f38
commit ecee434fa0

View File

@ -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: