Skip to content

Commit 32e739b

Browse files
authored
test-docker-image.yml: Extend the "VERSION" for patch releases
1 parent bed71ea commit 32e739b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- id: set-version
2525
run: |
26-
RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$')
26+
RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}')
2727
echo "version=$RAKU_VERSION" >> $GITHUB_OUTPUT
2828
echo "raku version: $RAKU_VERSION"
2929
- id: set-matrix
3030
run: |
31-
VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$')
31+
VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}')
3232
cd $VERSION
3333
LIST_DIR=$(find . -type d|perl -e '
3434
while(<>){

0 commit comments

Comments
 (0)