Skip to content

Commit a15b6d3

Browse files
committed
ci: fix syntax error in workflow
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 7c5e14c commit a15b6d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- "package-lock.json"
2121
- "package.json"
2222
- "tsconfig.json"
23+
- ".github/workflows/release.yml"
2324

2425
jobs:
2526
release:
@@ -54,7 +55,7 @@ jobs:
5455
5556
- name: get first tag in current development iteration according to base
5657
id: fetch-tag
57-
if: ${{ contains(steps.last-release.outputs.full-tag , 'ea')
58+
if: ${{ contains(steps.last-release.outputs.full-tag , '-ea.') }}
5859
run: |
5960
echo "oldest-tag=$(git for-each-ref --sort=creatordate --format '%(refname:lstrip=2)' refs/tags | grep ${{ steps.last-release.outputs.base-tag }} )" >> "$GITHUB_OUTPUT"
6061

0 commit comments

Comments
 (0)