Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
49fca6f1a2 | ||
ab4ae31dca | |||
53ca4777fe |
3 changed files with 14 additions and 3 deletions
|
@ -24,13 +24,17 @@ jobs:
|
|||
|
||||
- name: debug 1
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
run: echo 'Release ${{ github.ref }}'
|
||||
|
||||
- name: debug 2
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
|
||||
- name: debug 3
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
|
||||
|
||||
- name: debug 4
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## [1.4.10](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.9...v1.4.10) (2024-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* debugging ([53ca477](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/53ca4777feeebf0eca241efc829e248bb5e2d687))
|
||||
|
||||
## [1.4.9](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.8...v1.4.9) (2024-02-01)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.4.9
|
||||
1.4.10
|
||||
|
|
Loading…
Add table
Reference in a new issue