test5
This commit is contained in:
parent
cdb1a9aae0
commit
a4e5c73940
1 changed files with 1 additions and 1 deletions
2
.github/workflows/complib-package.yml
vendored
2
.github/workflows/complib-package.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
format: "${major}.${minor}.${patch}-${increment}"
|
format: "${major}.${minor}.${patch}-${increment}"
|
||||||
change_path: "src/my-service"
|
change_path: "src/my-service"
|
||||||
bump_each_commit: false
|
bump_each_commit: false
|
||||||
- name: test
|
- name: Print Version Numbers
|
||||||
run: |
|
run: |
|
||||||
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
||||||
echo "Next version: ${{steps.next_semantic_version.outputs.version}}"
|
echo "Next version: ${{steps.next_semantic_version.outputs.version}}"
|
||||||
|
|
Reference in a new issue