We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5e14c commit a15b6d3Copy full SHA for a15b6d3
.github/workflows/release.yml
@@ -20,6 +20,7 @@ on:
20
- "package-lock.json"
21
- "package.json"
22
- "tsconfig.json"
23
+ - ".github/workflows/release.yml"
24
25
jobs:
26
release:
@@ -54,7 +55,7 @@ jobs:
54
55
56
- name: get first tag in current development iteration according to base
57
id: fetch-tag
- if: ${{ contains(steps.last-release.outputs.full-tag , 'ea')
58
+ if: ${{ contains(steps.last-release.outputs.full-tag , '-ea.') }}
59
run: |
60
echo "oldest-tag=$(git for-each-ref --sort=creatordate --format '%(refname:lstrip=2)' refs/tags | grep ${{ steps.last-release.outputs.base-tag }} )" >> "$GITHUB_OUTPUT"
61
0 commit comments