changed branch for version number to master
This commit is contained in:
parent
8151173d2a
commit
807ea8e561
1 changed files with 1 additions and 1 deletions
2
.github/workflows/complib-package.yml
vendored
2
.github/workflows/complib-package.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: paulhatch/semantic-version@v4.0.2
|
uses: paulhatch/semantic-version@v4.0.2
|
||||||
id: next_semantic_version
|
id: next_semantic_version
|
||||||
with:
|
with:
|
||||||
branch: "build-test"
|
branch: "master"
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
|
|
Reference in a new issue