From 6b1483c2441e7ce45d805be5b026838ad7eca9cb Mon Sep 17 00:00:00 2001 From: Failure Date: Thu, 14 Nov 2024 22:57:28 -0800 Subject: [PATCH] ?????? --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 53594e0ff1f..aeb21f3a81c 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: node steps: - name: Install prerequisites - shell: ash + shell: sh run: | apk update apk add openjdk8-jdk maven git @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Build Mage - shell: ash + shell: sh run: | mvn clean install -DskipTests