ci: enable skipInvalidTags option in semver build action

This commit is contained in:
Nicolas Giard 2022-11-16 17:28:25 -05:00 committed by GitHub
parent 8b23be83d2
commit 9579f6143c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}