(minor) test
This commit is contained in:
parent
680a168435
commit
dc85519fa3
1 changed files with 4 additions and 1 deletions
5
.github/workflows/complib-package.yml
vendored
5
.github/workflows/complib-package.yml
vendored
|
@ -33,4 +33,7 @@ jobs:
|
||||||
search_commit_body: false
|
search_commit_body: false
|
||||||
user_format_type: "csv"
|
user_format_type: "csv"
|
||||||
- name: test
|
- name: test
|
||||||
run: echo "${{version}}"
|
run: |
|
||||||
|
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
||||||
|
echo "Next version: ${{steps.next_semantic_version.outputs.version}}"
|
||||||
|
echo "Next version tag: ${{steps.next_semantic_version.outputs.version_tag}}"
|
||||||
|
|
Reference in a new issue