Skip to content

Commit b300423

Browse files
committed
WIP debugging
1 parent 684f1e1 commit b300423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Ensure tag is newer than latest
3838
run: |
3939
CURRENT="${{ steps.extract-tag.outputs.tag }}"
40-
LATEST=$(git tag --sort=-v:refname | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | head -n 1)
40+
LATEST=$(git tag --sort=-v:refname | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+([ab][0-9]+)?$' | head -n 1)
4141
4242
echo "Current tag: $CURRENT"
4343
echo "Latest tag: $LATEST"

0 commit comments

Comments
 (0)