ci: enable skipInvalidTags option in semver build action
This commit is contained in:
parent
8b23be83d2
commit
9579f6143c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -71,6 +71,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ github.token }}
|
||||
branch: main
|
||||
skipInvalidTags: true
|
||||
|
||||
- name: Set Next Version Env Var
|
||||
if: ${{ github.event.inputs.publish == 'true' || github.event.inputs.dryrun == 'true' }}
|
||||
|
|
Loading…
Reference in a new issue