We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed71ea commit 32e739bCopy full SHA for 32e739b
.github/workflows/test-docker-image.yml
@@ -23,12 +23,12 @@ jobs:
23
- uses: actions/checkout@v4
24
- id: set-version
25
run: |
26
- RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$')
+ RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}')
27
echo "version=$RAKU_VERSION" >> $GITHUB_OUTPUT
28
echo "raku version: $RAKU_VERSION"
29
- id: set-matrix
30
31
- VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$')
+ VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}')
32
cd $VERSION
33
LIST_DIR=$(find . -type d|perl -e '
34
while(<>){
0 commit comments