mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 12:34:48 +01:00
Bugfix
This commit is contained in:
parent
f9f060c1a7
commit
534c57350d
2
.github/workflows/tag-and.release.yml
vendored
2
.github/workflows/tag-and.release.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
if: github.event_name == 'create' && github.event.ref_type == 'tag'
|
||||
run: |
|
||||
VERSIONTAG_THIS="${GITHUB_REF#refs/tags/}"
|
||||
if "$VERSIONTAG_THIS" = "$VERSIONTAG_LAST"; then
|
||||
if test "$VERSIONTAG_THIS" = "$VERSIONTAG_LAST"; then
|
||||
if printf '%s' "$VERSIONTAG_THIS" | grep -Eq '^[0-9]+\.[0-9]+\.[0-9]+$'; then
|
||||
printf 'Tag %s is version-like\n' "$VERSIONTAG_THIS"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user